Hi
I have added a dashlet in the customized dashboard as per attached screen shot. The name of the dashlet is visible only when i put a Mouse tip on the dashlet.
Can the name is visible all the time without moving the mouse tip?
Regards
HAL
Dashboard customization
Dashboard customization
You do not have the required permissions to view the files attached to this post.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Dashboard customization
There isn't a way that is builtin to do this (that I know of) but you could edit the dashlet.js file in
/usr/local/nagiosxi/html/includes/js/dashlets.js
On line 76-78 is the code that hides it.
This however would be over written on upgrade.
Another option would be to add a custom component that load some js that just tests if .dashlettitle has visibility set to hidden and make it visible.
/usr/local/nagiosxi/html/includes/js/dashlets.js
On line 76-78 is the code that hides it.
This however would be over written on upgrade.
Another option would be to add a custom component that load some js that just tests if .dashlettitle has visibility set to hidden and make it visible.
Re: Dashboard customization
Hi
Do you have any other option than this?
Do you have any other option than this?
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Dashboard customization
Not at this time.
You can feel free to add a feature request on our tracker
http://tracker.nagios.com/
You can feel free to add a feature request on our tracker
http://tracker.nagios.com/