From e6f44ebce265097c2018ead8d195f115abe7898c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Wed, 2 Mar 2011 13:37:13 +0200 Subject: health: change 'Process' tab to 'Hardware' Since it's all about the CPU and RAM info. Process refers to something else (was named probably due to taking info from /proc). --- health-proc-html.lsp | 2 +- health.menu | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/health-proc-html.lsp b/health-proc-html.lsp index 92056f3..f479152 100644 --- a/health-proc-html.lsp +++ b/health-proc-html.lsp @@ -1,6 +1,6 @@ <% local view = ... %> -

Process information

+

Hardware information

Processor

diff --git a/health.menu b/health.menu index a595728..3ccde17 100644 --- a/health.menu +++ b/health.menu @@ -1,7 +1,7 @@ -#CAT GROUP/DESC TAB ACTION -System 01General_health System system -System 01General_health Storage storage -System 01General_health Network network -System 01General_health Network_Activity networkstats -System 01General_health Modules modules -System 01General_health Proc proc +#CAT GROUP/DESC TAB ACTION +System 01General_health System system +System 01General_health Hardware proc +System 01General_health Storage storage +System 01General_health Network network +System 01General_health Network_Activity networkstats +System 01General_health Modules modules -- cgit v1.2.3