diff options
author | Steven Barth <steven@midlink.org> | 2009-11-14 19:24:12 +0000 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2009-11-14 19:24:12 +0000 |
commit | 2bfa17e6f415a5d99a2f65dc37e4b8ceac1c3b6a (patch) | |
tree | 2cbaeb8d3612276695a60b32d661f2018af7117d /modules/niu/luasrc/view | |
parent | 319f820388d2a6e634053b7e11104e8755d4d498 (diff) |
NIU:
Initial wireless
DDNS: Show current address only if domain name is saved
Minor tweaks
Diffstat (limited to 'modules/niu/luasrc/view')
-rw-r--r-- | modules/niu/luasrc/view/niu/network.htm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/niu/luasrc/view/niu/network.htm b/modules/niu/luasrc/view/niu/network.htm index 0e057f199f..f61e3e1f6e 100644 --- a/modules/niu/luasrc/view/niu/network.htm +++ b/modules/niu/luasrc/view/niu/network.htm @@ -58,8 +58,7 @@ end <tr> <% if wanup then %> <th>Uplink Address</th> -<td><span style="color: darkgreen"><%=wanip%></span> -</td> +<td><%=wanip%></td> <% else %> <th>Uplink</th> <td><span style="color: darkred"><em>offline</em></span> |