Page 1 of 1

Feature Request: Scrollable dashlet boxes

Posted: Thu Oct 11, 2018 12:40 pm
by eloyd
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):

Code: Select all

dashlet {
    width: USER-SPECIFIED-VIA-DRAG-HANDLES
    height: USER-SPECIFIED-VIA-DRAG-HANDLES;
    overflow: scroll;
}
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.

Re: Feature Request: Scrollable dashlet boxes

Posted: Thu Oct 11, 2018 4:50 pm
by ssax
I've requested the FR be added with a link back to this post:

Code: Select all

FR: XI - Scrollable Dashlet boxes