View Performance graphs - id="whiteout" overlay

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
tylerhoadley
Posts: 43
Joined: Tue Jul 02, 2013 1:41 pm

View Performance graphs - id="whiteout" overlay

Post by tylerhoadley »

I have a couple different instances of 5.3.0 (and today 1 with 5.3.1 upgraded)

I noticed the other day, that when viewing a service or host (via status.php?show=services) and then clicking the "view performance graphs" icon, this div id="whiteout" overlay basically whites out the entire page, and graph is tuck at the bottom of the page. The only way to get the screen back is to either delete the div with firebug, or navigating back to the service/host page I was viewing.

Then today, I seen the 5.3.1 release, so did an upgrade and the problem still exists.

Does anyone else have this problem?

go to your services page (/nagiosxi/includes/components/xicore/status.php?show=services)
click on the graph icon for the performance graphs Image

does this overlay, white out the page including the graph?

Code: Select all

<div id="whiteout" style="width: 1705px; height: 579px; position: fixed; top: 0px; left: 0px; display: block;"></div>
Cheers,
Last edited by dwhitfield on Thu Oct 20, 2016 10:28 am, edited 1 time in total.
Reason: marking with green check mark
User avatar
eloyd
Cool Title Here
Posts: 2190
Joined: Thu Sep 27, 2012 9:14 am
Location: Rochester, NY
Contact:

Re: View Performance graphs - id="whiteout" overlay

Post by eloyd »

I am unable to reproduce this behavior in 5.3.0 on Chrome or Firefox.
Image
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
User avatar
tylerhoadley
Posts: 43
Joined: Tue Jul 02, 2013 1:41 pm

Re: View Performance graphs - id="whiteout" overlay

Post by tylerhoadley »

Ok, thanks for the reply.

I think I figured it out. basically we do some base.css editing after upgrades to change the blue link text to black text (a:, a:hover etc). I think the css file has changed quite a bit with 5.3.0+

I replaced it with the original base.css and it works again, so can take it from here.

Thanks for the response, I seen no other related posts so wasn't sure if it was a bug on the version or a bug within my instances.

diff -y shows many changes :-)

Cheers,
User avatar
eloyd
Cool Title Here
Posts: 2190
Joined: Thu Sep 27, 2012 9:14 am
Location: Rochester, NY
Contact:

Re: View Performance graphs - id="whiteout" overlay

Post by eloyd »

Glad to have helped.
Image
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: View Performance graphs - id="whiteout" overlay

Post by dwhitfield »

It sounds like this issue has been resolved. Is it okay if we lock this thread? Thanks for choosing the Nagios forums!
User avatar
tylerhoadley
Posts: 43
Joined: Tue Jul 02, 2013 1:41 pm

Re: View Performance graphs - id="whiteout" overlay

Post by tylerhoadley »

Lock away

Resolved
Locked