What's new

Little house keeping - Status Frame

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:
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>
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.
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>
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.
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top