Service groups grid justification

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Keo
Posts: 33
Joined: Wed May 09, 2012 12:11 pm

Service groups grid justification

Post by Keo »

Is there any way to change the justification for the service group grid? Right now everything is centered on the page and I would like it to use left justification. What do I need to change to make this happen?
User avatar
jsmurphy
Posts: 989
Joined: Wed Aug 18, 2010 9:46 pm

Re: Service groups grid justification

Post by jsmurphy »

I'm not sure exactly which file it is in, but it will be in:/usr/local/nagios/share/stylesheets/

To work out which particular element and file use either Chrome and press F12 then use the stylesheet debugger to locate the element or use Firebug with Firefox to do the same thing, it shouldn't be too difficult to hunt down. Once you know which element then egrep -e element /usr/local/nagios/share/stylesheets/*
Locked