modules/admin-full: remove cpu info

This commit is contained in:
Jo-Philipp Wich 2011-02-14 17:05:08 +00:00
parent 6153e3e737
commit 09ab3902dd

View file

@ -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>