Operations Center view readjust view
Operations Center view readjust view
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.
Re: Operations Center view readjust view
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
Re: Operations Center view readjust view
Attached
You do not have the required permissions to view the files attached to this post.
Re: Operations Center view readjust view
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!
Re: Operations Center view readjust view
Doh! Guess I should have tried the obvious first. Clearing browser cache appears to have corrected the issue.
Close at your convenience. Thanks!
Close at your convenience. Thanks!
Re: Operations Center view readjust view
*** 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:
And add this under the <style type='text/css'> section at the top:
You'll have to adjust it to what you want it set at.
*** 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.phpCode: Select all
#servicetable .description {
min-width: 250px;
}