modules/admin-mini: Fixed a typo
This commit is contained in:
parent
9354c17eab
commit
1d7fb47126
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ local iwconfig = luci.sys.wifi.getiwconfig()
|
||||||
<%- end %>
|
<%- end %>
|
||||||
|
|
||||||
|
|
||||||
<%- if luci.model.uci.get_statevalue("network", "lan", "up") == "1" then %>
|
<%- if luci.model.uci.get_statevalue("network", "wan", "up") == "1" then %>
|
||||||
<br />
|
<br />
|
||||||
<h2><%:m_n_inet%></h2>
|
<h2><%:m_n_inet%></h2>
|
||||||
<table cellspacing="0" cellpadding="6" class="smalltext">
|
<table cellspacing="0" cellpadding="6" class="smalltext">
|
||||||
|
|
Loading…
Reference in a new issue