Operations Center view readjust view

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
jkinning
Posts: 747
Joined: Wed Oct 09, 2013 2:54 pm

Operations Center view readjust view

Post 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.
You do not have the required permissions to view the files attached to this post.
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Operations Center view readjust view

Post 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'.
Former Nagios Employee
jkinning
Posts: 747
Joined: Wed Oct 09, 2013 2:54 pm

Re: Operations Center view readjust view

Post by jkinning »

Attached
You do not have the required permissions to view the files attached to this post.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Operations Center view readjust view

Post by tgriep »

Have you tried and reset your browsers cache or try a different browser to see if the field width stays the same?
Be sure to check out our Knowledgebase for helpful articles and solutions!
jkinning
Posts: 747
Joined: Wed Oct 09, 2013 2:54 pm

Re: Operations Center view readjust view

Post 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!
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Operations Center view readjust view

Post 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.
Locked