summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2011-03-02 13:37:13 +0200
committerTimo Teräs <timo.teras@iki.fi>2011-03-02 13:37:13 +0200
commite6f44ebce265097c2018ead8d195f115abe7898c (patch)
tree3e67abec3c1c315e02f4f66d665f4377f4d08666
parent0b0d068ccb91f25f48099ff4d346eac2c387f86e (diff)
downloadacf-alpine-baselayout-e6f44ebce265097c2018ead8d195f115abe7898c.tar.bz2
acf-alpine-baselayout-e6f44ebce265097c2018ead8d195f115abe7898c.tar.xz
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).
-rw-r--r--health-proc-html.lsp2
-rw-r--r--health.menu14
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 = ... %>
-<h1>Process information</h1>
+<h1>Hardware information</h1>
<h2>Processor</h2>
<DL>
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