From 09ab3902dd284c4d89611b479b9ad4462384cd9a Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 14 Feb 2011 17:05:08 +0000 Subject: [PATCH] modules/admin-full: remove cpu info --- modules/admin-full/luasrc/view/admin_status/index.htm | 11 +---------- 1 file changed, 1 insertion(+), 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 e4a5f29089..0cbf101d18 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%> @@ -276,15 +276,6 @@ $Id$ -
- <%:CPU%> - - - - -
<%:CPU Model%><%=system or "?" %>
<%:CPU Speed%><%=math.floor((bogomips + 5) / 10) * 10 %> MHz
-
-
<%:Memory%> -- 2.30.2