Alfsu
Regular Contributor
Noticed the "StatusFrame" is given different heights depending where the call comes from:
From main menu, have to scroll frame down to see Lan IP, PIN Code and MAC Addresses:
Notice the frame height is set to 760px.
By sellecting AiMesh button then navigating to /device-map/router.asp then "Status" tab, the "StatusFrame" displays all info without having to scroll it down.
Notice the frame height is set to 1057px in this case.
This is not a complaint by any means, just something to consider fixing in future releases.
Regards.
From main menu, have to scroll frame down to see Lan IP, PIN Code and MAC Addresses:
HTML:
<div class="NM_radius_bottom_container">
<iframe id="statusframe" class="NM_radius_bottom" style="margin-left: 0px; height: 760px; width: 320px; display: inline;" name="statusframe" src="/device-map/router_status.asp" frameborder="0"></iframe>
</div>
By sellecting AiMesh button then navigating to /device-map/router.asp then "Status" tab, the "StatusFrame" displays all info without having to scroll it down.
HTML:
<div class="NM_radius_bottom_container" style="height: 1062px;">
<iframe id="statusframe" class="NM_radius_bottom" style="margin-left: 0px; height: 1057px; width: 320px; display: inline;" name="statusframe" src="/device-map/amesh.asp" frameborder="0"></iframe>
</div>
This is not a complaint by any means, just something to consider fixing in future releases.
Regards.