What's new

Little house keeping - Status Frame

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

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

Sign Up For SNBForums Daily Digest

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