Fixed
Details
Details
Assignee
Christian Pape
Christian PapeReporter
Ron Roskens
Ron RoskensLabels
Components
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
Created March 13, 2015 at 7:06 PM
Updated April 27, 2017 at 6:30 PM
Resolved April 27, 2017 at 2:30 PM
I created a new OpsBoard and added a RrdDashlet to it.
When I viewed the OpsBoard using Google Chrome 42 beta, the graph title box above the RRD graph had both vertical and horizontal scroll-bars on it. When viewed with Firefox 37 beta, the graph title box above the RRD graph just had the horizontal scroll-bar on it.
This appears to be due to the box class style added directly in RrdDashlet.java.
Using the developer tools for Chrome, unchecking the "overflow: auto;" from the box class style caused the scroll bars to no longer display.
I suspect KscDashlet will exhibit the same behavior, since it also adds a box style to the page.