summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--modules/admin-mini/luasrc/view/mini/index.htm4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/admin-mini/luasrc/view/mini/index.htm b/modules/admin-mini/luasrc/view/mini/index.htm
index 52bca45b9..e00100c18 100644
--- a/modules/admin-mini/luasrc/view/mini/index.htm
+++ b/modules/admin-mini/luasrc/view/mini/index.htm
@@ -66,7 +66,6 @@ local iwconfig = luci.sys.wifi.getiwconfig()
</table>
-<%- if luci.model.uci.get_statevalue("network", "lan", "up") == "1" then %>
<br />
<h2><%:m_n_local%></h2>
<table cellspacing="0" cellpadding="6" class="smalltext">
@@ -79,10 +78,8 @@ local iwconfig = luci.sys.wifi.getiwconfig()
<td><%=luci.model.uci.get_statevalue("network", "lan", "netmask")%></td>
</tr>
</table>
-<%- end %>
-<%- if luci.model.uci.get_statevalue("network", "wan", "up") == "1" then %>
<br />
<h2><%:m_n_inet%></h2>
<table cellspacing="0" cellpadding="6" class="smalltext">
@@ -95,7 +92,6 @@ local iwconfig = luci.sys.wifi.getiwconfig()
<td><%=luci.model.uci.get_statevalue("network", "wan", "netmask")%></td>
</tr>
</table>
-<%- end %>
<%- if next(iwconfig) then %>
<h2><%:wifi%></h2>