Forum Discussion
Sijo1995
11-29-2022Cloud Apps
Michael-Schram
11-29-2022Cloud Apps
I'm unable to provide a screenshot.
There is a standard pop-up window of dashboard information with Name, Owner, Created Date, and Last Modified details.
It is visible whenever any user hovers with their cursor / mouse over a dashboard title in the left-hand dashboard menu.
We want to hide or disable this window of information.
Thanks.
- Sijo199507-11-2023Cloud Apps
Hi Michael-Schram ,
Please try this script
dashboard.on('refreshend', function(se, ev){ $('.sisense-dashboard-hover').hide(); });
Thanks
Sijo
- Michael-Schram07-11-2023Cloud Apps
Thanks for the submission. Unfortunately, this didn't hide the dashboard information window, even for a viewer with cache cleared.