cancel
Showing results for 
Search instead for 
Did you mean: 

Controller Webinterface Screen Resolution

Controller Webinterface Screen Resolution

Andreas_K_
New Contributor II
From my point of view, the extreme controller web interface should be changed/redesigned so that today’s screen resolutions can be used in a better way. I have a 4k display and the usable rectangle is very small (despite that there is a huge white space). Especially the AP list does not fit onto the screen (someone has to scroll). I found out that the width is hard coded to about 600px but today every screen has at least 1024x768 screen resolution.

A simple change width the Firefox Debugger (615px to 1015px) makes everything bigger but this is not permanent (a page reload resets everything).

The best thing would be that this web interface would dynamically resize to the screen resolution of the displaying computer (redesign of the whole web interface) but the easier way would be to change all the hard coded values from 6xx to 10xx. Could you please consider that for the next firmware version?
5 REPLIES 5

Andreas_K_
New Contributor II
The following screenshot shows how the web interface uses my screen (4k display with 125%):

c8710dda3681473eb2d6d728aeb5b21a_62758d1c-4882-4b17-9079-5fa940b52d63.png

Andreas_K_
New Contributor II
Zoom does not work (is not a work around because the table gets resized as well).

The following change makes the table bigger, but this also changes the styling of when you want to change/configure one AP by clicking on one table entry (I think that is because you do not use unique CSS classes and so the defined CSS path is the same on several different locations within this website). Generally, direct hard coded styling in html code is not really good (there should be unique css classes or IDs which are defined within CSS):

code:
html body table.yui-skin-sam tbody tr td.seperator div#apContainer div table tbody tr td div {
width: 1050px !important;
}


Have you considered changing something within the firmware so that this website works better with today’s screen resolutions?

Drew_C
Valued Contributor III
Does using page zoom help with this? That's usually persistent, at least in Firefox.

Edit: nevermind- I see what you mean in the screenshots. I'll mark this as something to send over to engineering.

Tomasz
Valued Contributor II
Hi Andreas,

I like the concept, if you use Firefox a workaround would be to put this CSS override to a Stylish plugin so every time you load the page it should keep that width setting.

Hope that helps,
Tomasz
GTM-P2G8KFN