Full width dashboard, not limited to max-width
Hi,
I've using firmware 18
Up until now, there are no benefit using resolution higher than 1366x768 px
Lets say you have FHD resolution, the dashboard capped at 1280px
The CSS says
wrapper.cp-wrapper {
max-width: 1280px;
}
If I rule out that CSS, most of UI will have benefit with higher resolution
Also with menu
element.style {
display: table;
box-sizing: border-box;
padding: 0px 10px;
width: 1100px;
height: 62px;
}
Change the width to
element.style {
display: table;
box-sizing: border-box;
padding: 0px 10px;
width: calc(100% - 180px);
height: 62px;
}
And you have full width header.
I know you guys can squeeze out the UI to the max. Give the wider table. Shown more information if using FHD or higher.
One of the strong point of XG firewall is beautiful UI.
Thanks

4 comments
-
Guillermo commented
Bad developers, who design like this in 2020?
-
Alex commented
worst of all the css is on the read-only area so you can't even change it on the appliance.
-
Alex commented
Absolutely !!!
What about 2560x1440, or even 4k an 5k monitor? 1280 is a complete loss of space that could show useful information, e.g. text is ellipsed and you have to do an inspect element and look at the html code to be able to copy/paste the value, e.g. if you want to copy an email address to add it to the blacklist. -
Antonio Cienfuegos commented
Please, this is very important, specially for medium to large companies. How can I look at all the information if it uses 1/2 the screen?
Its 2020, almost everyone has a decent notebook with 1080p or a monitor at home with FullHD.