Re: Trends Broken in 4.1.1
Posted: Tue Oct 27, 2015 11:14 am
I just hid it by changing the file common.css
Include these lines so the bar will not be shown:
I know thats not exactly a solution, but at least the unloaded shotcut/image will not bother you anymore.
Include these lines so the bar will not be shown:
Code: Select all
img[title="Host State Trends"] {
display: none;
}Code: Select all
img[title="Service State Trends"] {
display: none;
}