Feature Request: Scrollable dashlet boxes

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
User avatar
eloyd
Cool Title Here
Posts: 2190
Joined: Thu Sep 27, 2012 9:14 am
Location: Rochester, NY
Contact:

Feature Request: Scrollable dashlet boxes

Post 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.
Image
Eric Loyd • http://everwatch.global • 844.240.EVER • @EricLoyd
I'm a Nagios Fanatic! • Join our public Nagios Discord Server!
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Feature Request: Scrollable dashlet boxes

Post by ssax »

I've requested the FR be added with a link back to this post:

Code: Select all

FR: XI - Scrollable Dashlet boxes
Locked