diff options
-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"> |