Dear Team,
I have created a dashboard and add from "Hostgroup Overview". PFA for your reference.
There, It is not clearly visible which all the hosts are in down state because of color combination, "Red background and Blue alphabets"
Can we change the alphabets color to black?? Pls help.
Change alphabets color to black
Change alphabets color to black
You do not have the required permissions to view the files attached to this post.
Last edited by dwhitfield on Thu Jun 08, 2017 10:54 am, edited 1 time in total.
Reason: marking with green check mark
Reason: marking with green check mark
Re: Change alphabets color to black
The "Custom Includes" component is probably the best place to make style changes:
https://support.nagios.com/kb/article.php?id=556
You could probably upload your own CSS rules that change the color of a elements under the div used by that particular dashlet to be black instead of blue. Or you could choose the nuclear option and change all a objects to be black.
https://support.nagios.com/kb/article.php?id=556
You could probably upload your own CSS rules that change the color of a elements under the div used by that particular dashlet to be black instead of blue. Or you could choose the nuclear option and change all a objects to be black.
Former Nagios employee
https://www.mcapra.com/
https://www.mcapra.com/
-
dwhitfield
- Former Nagios Staff
- Posts: 4583
- Joined: Wed Sep 21, 2016 10:29 am
- Location: NoLo, Minneapolis, MN
- Contact:
Re: Change alphabets color to black
Thanks for the assist @mcapra!
Re: Change alphabets color to black
Thanks for the reply.
I have done a small change in this file "/usr/local/nagiosxi/html/includes/css/base.css"
line no 48, changed it to :
a { text-decoration: none; color: #4D89F9; } -> a { text-decoration: none; color: #222; }
It's worked!!!
You can close this thread.
I have done a small change in this file "/usr/local/nagiosxi/html/includes/css/base.css"
line no 48, changed it to :
a { text-decoration: none; color: #4D89F9; } -> a { text-decoration: none; color: #222; }
It's worked!!!
You can close this thread.
You do not have the required permissions to view the files attached to this post.