modules/admin-mini: Minor template fix
This commit is contained in:
parent
bf4cc6b991
commit
2213c82b47
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,8 @@ You may obtain a copy of the License at
|
||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
-%>
|
-%>
|
||||||
<%
|
<%+header%>
|
||||||
|
<%-
|
||||||
local system, model, memtotal = luci.sys.sysinfo()
|
local system, model, memtotal = luci.sys.sysinfo()
|
||||||
|
|
||||||
local uptime = luci.sys.uptime()
|
local uptime = luci.sys.uptime()
|
||||||
|
@ -27,7 +28,6 @@ local utsecs = uptime % 60
|
||||||
|
|
||||||
local iwconfig = luci.sys.wifi.getiwconfig()
|
local iwconfig = luci.sys.wifi.getiwconfig()
|
||||||
-%>
|
-%>
|
||||||
<%+header%>
|
|
||||||
<h1><%:a_i_i_hello%></h1>
|
<h1><%:a_i_i_hello%></h1>
|
||||||
<p><%:a_i_i_admin1%></p>
|
<p><%:a_i_i_admin1%></p>
|
||||||
<p><%:a_i_i_admin2%><br />
|
<p><%:a_i_i_admin2%><br />
|
||||||
|
@ -134,4 +134,4 @@ local iwconfig = luci.sys.wifi.getiwconfig()
|
||||||
<%end%>
|
<%end%>
|
||||||
</table>
|
</table>
|
||||||
<%-end%>
|
<%-end%>
|
||||||
<%+footer%>
|
<%+footer%>
|
||||||
|
|
Loading…
Reference in a new issue