can someone show me how to change color in "display name" field in NOC view? I would like to have different colors for server groups.
Thanks
bump
Good day h4ng0ver,
The following article explains how to do this:
http://support.ipmonitor.com/tips/ab54c992f2c8468bae7c1c2968dee41b.aspx
In in a nutshell, open \SolarWinds\ipMonitor\wwwroot\stats\override.css and alter the color codes for each status.
If you have any additional questions, do let me know.
Sincerely,
Fodome
Can you check that again? The file you referenced has nothing in it. It is 0 kb in size. Could it be located somewhere else?
Hi borgan,
The file is meant to be empty and only populated when you wish to override values found within:
\solarwinds\ipMonitor\wwwroot\cfg\css\v9_status.css
For example, the line found within the article I had provided:
body.detail td {font-family: Arial, Helvetica, sans-serif; font-size: 16px !important; margin: 0px;}
would override the "// detail view" section of the v9_status.css
Hope this helps clarify things.
That pointed me in the right direction. I was actually looking to edit the colors in the "// NOC view" section of this file. I was abel to determine which line referes to the background of the NOC view, but I could not figure out what parts of the file correspond to other parts of the web page. Do you know of a reference that can identify the various areas of the web page in the CSS file?