Feature Request: Scrollable dashlet boxes
Posted: Thu Oct 11, 2018 12:40 pm
Dashboards have always seemed kludgey to me with regards to layout. Especially in modern CSS/AJAX/JQuery driven web pages. Would it be possible to make the dashlets (perhaps with a toggle option to turn this on/off) behave like the following DIV block (CSS):
Note the scroll in there. I'd love to see the windows be friendly to the windows below them when they fill up with alerts or have servicegroups that don't take up a million lines of screen and so forth.
Code: Select all
dashlet {
width: USER-SPECIFIED-VIA-DRAG-HANDLES
height: USER-SPECIFIED-VIA-DRAG-HANDLES;
overflow: scroll;
}