Page 1 of 1

Operations Center view readjust view

Posted: Tue May 17, 2016 6:08 am
by jkinning
Not sure what happened but when I look at the Operations Center view the Service column is somewhat "scrunched" and I cannot figure out how to adjust it. I would like to expand it like it was before. It is like the Status Information column was expanded or something but the Service column definitely needs to be wider that it currently is.

Re: Operations Center view readjust view

Posted: Tue May 17, 2016 11:06 am
by rkennedy
Can you post a screenshot of your entire page? My guess is one of your statuses is really long, which is causing the table to 'squish'.

Re: Operations Center view readjust view

Posted: Tue May 17, 2016 1:11 pm
by jkinning
Attached

Re: Operations Center view readjust view

Posted: Tue May 17, 2016 2:39 pm
by tgriep
Have you tried and reset your browsers cache or try a different browser to see if the field width stays the same?

Re: Operations Center view readjust view

Posted: Tue May 17, 2016 2:53 pm
by jkinning
Doh! Guess I should have tried the obvious first. Clearing browser cache appears to have corrected the issue.

Close at your convenience. Thanks!

Re: Operations Center view readjust view

Posted: Tue May 17, 2016 2:55 pm
by ssax
*** Note: This will get reverted if you upgrade and will need to be reimplemented.
*** Make sure that you have known-good backups/vm snapshots before making any modifications

You could edit this file:

Code: Select all

/usr/local/nagiosxi/html/includes/components/nocscreen/noc.php
And add this under the <style type='text/css'> section at the top:

Code: Select all

#servicetable .description {
    min-width: 250px;
}
You'll have to adjust it to what you want it set at.