summaryrefslogtreecommitdiffstats
path: root/health-proc-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-05-24 15:41:37 +0000
committerTed Trask <ttrask01@yahoo.com>2008-05-24 15:41:37 +0000
commit6c63347a6ae2f25de2bf8cf9aea93ea31a786418 (patch)
tree5937cfeacf14ee8ea7d7f805e5bb6c7c6e721cfb /health-proc-html.lsp
parentfca6053366b3728ec57874478868ca0e0b9120cf (diff)
downloadacf-alpine-baselayout-6c63347a6ae2f25de2bf8cf9aea93ea31a786418.tar.bz2
acf-alpine-baselayout-6c63347a6ae2f25de2bf8cf9aea93ea31a786418.tar.xz
Modified health controller to use cfe's and added support for multiple floppy and hard drives.
git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@1181 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'health-proc-html.lsp')
-rw-r--r--health-proc-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/health-proc-html.lsp b/health-proc-html.lsp
index 7d57ef5..299c605 100644
--- a/health-proc-html.lsp
+++ b/health-proc-html.lsp
@@ -3,7 +3,7 @@
<h1>Process information</h1>
<h2>Processor</h2>
-<pre><?= view.proc.processor ?></pre>
+<pre><?= view.value.processor.value ?></pre>
<h2>Memory</h2>
-<pre><?= view.proc.memory ?></pre>
+<pre><?= view.value.memory.value ?></pre>