modules/admin-full: remove cpu info
This commit is contained in:
parent
6153e3e737
commit
09ab3902dd
1 changed files with 1 additions and 10 deletions
|
@ -85,7 +85,7 @@ $Id$
|
|||
return
|
||||
end
|
||||
|
||||
local system, model, _, _, _, _, bogomips = luci.sys.sysinfo()
|
||||
local system, model = luci.sys.sysinfo()
|
||||
-%>
|
||||
|
||||
<%+header%>
|
||||
|
@ -276,15 +276,6 @@ $Id$
|
|||
</table>
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="cbi-section">
|
||||
<legend><%:CPU%></legend>
|
||||
|
||||
<table width="100%" cellspacing="10">
|
||||
<tr><td width="33%"><%:CPU Model%></td><td><%=system or "?" %></td></tr>
|
||||
<tr><td width="33%"><%:CPU Speed%></td><td><%=math.floor((bogomips + 5) / 10) * 10 %> MHz</td></tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
|
||||
<fieldset class="cbi-section">
|
||||
<legend><%:Memory%></legend>
|
||||
|
||||
|
|
Loading…
Reference in a new issue