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?