Page 1 of 1

View Performance graphs - id="whiteout" overlay

Posted: Thu Oct 20, 2016 8:22 am
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,

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

Posted: Thu Oct 20, 2016 9:07 am
by eloyd
I am unable to reproduce this behavior in 5.3.0 on Chrome or Firefox.

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

Posted: Thu Oct 20, 2016 9:24 am
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,

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

Posted: Thu Oct 20, 2016 9:26 am
by eloyd
Glad to have helped.

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

Posted: Thu Oct 20, 2016 9:58 am
by dwhitfield
It sounds like this issue has been resolved. Is it okay if we lock this thread? Thanks for choosing the Nagios forums!

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

Posted: Thu Oct 20, 2016 10:24 am
by tylerhoadley
Lock away

Resolved