mirror of https://github.com/aredn/aredn.git
feature: link logo to localnode.local.mesh
fixes: AREDN->ticket:187 Change-Id: I69542d33e351f652815d368ff1a04e3447a657eb
This commit is contained in:
parent
25dc984988
commit
316f6d6acd
|
@ -1468,7 +1468,7 @@ sub alert_banner
|
|||
print "<div class=\"TopBanner\">";
|
||||
|
||||
#AREDN Banner
|
||||
print "<div class=\"LogoDiv\"><img src=\"/AREDN.png\" class=\"AREDNLogo\"></img></div>";
|
||||
print "<div class=\"LogoDiv\"><a href=\"http://localnode.local.mesh:8080\" title=\"Go to localnode\"><img src=\"/AREDN.png\" class=\"AREDNLogo\"></img></a></div>";
|
||||
|
||||
# Device compatibility alert
|
||||
if ( is_hardware_supported() != 1 ){
|
||||
|
|
|
@ -28,6 +28,7 @@ Table of Contents:
|
|||
|
||||
Please take note:
|
||||
<ul>
|
||||
<li>Clicking the AREDN logo will redirect to http://localnode.local.mesh:8080<br><br></li>
|
||||
<li>Javascript and page redirection must be enabled in your browser for the
|
||||
web interface to work.<br><br></li>
|
||||
<li>Some operations can take several seconds, or even longer, to
|
||||
|
|
Loading…
Reference in New Issue