diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-02-14 17:05:08 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-02-14 17:05:08 +0000 |
commit | 09ab3902dd284c4d89611b479b9ad4462384cd9a (patch) | |
tree | 37ae2f651f08ccde70955c4d6cb5ed1bed91879a | |
parent | 6153e3e737c6033d032a6459e646d49dc1979601 (diff) |
modules/admin-full: remove cpu info
-rw-r--r-- | modules/admin-full/luasrc/view/admin_status/index.htm | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/modules/admin-full/luasrc/view/admin_status/index.htm b/modules/admin-full/luasrc/view/admin_status/index.htm index e4a5f2908..0cbf101d1 100644 --- a/modules/admin-full/luasrc/view/admin_status/index.htm +++ b/modules/admin-full/luasrc/view/admin_status/index.htm @@ -85,7 +85,7 @@ $Id$ return end - local system, model, _, _, _, _, bogomips = luci.sys.sysinfo() + local system, model = luci.sys.sysinfo() -%> <%+header%> @@ -277,15 +277,6 @@ $Id$ </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> <table width="100%" cellspacing="10"> |