From 6c63347a6ae2f25de2bf8cf9aea93ea31a786418 Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Sat, 24 May 2008 15:41:37 +0000 Subject: 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 --- health-system-html.lsp | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'health-system-html.lsp') diff --git a/health-system-html.lsp b/health-system-html.lsp index ee7feb9..ec6ea12 100644 --- a/health-system-html.lsp +++ b/health-system-html.lsp @@ -3,27 +3,28 @@

System

Versions and names

-
-
+
+

Uptime

-
+

Time/TimeZone

-
-
+
+

Memory

-
+
- +
0%
10) then io.write(view.system.memory.used .. "%") end ?>
tonumber(view.system.memory.used)) then io.write((100-view.system.memory.used) .. "%") end ?>
100%0%
10) then io.write(view.value.memory.used .. "%") end ?>
tonumber(view.value.memory.used)) then io.write((100-view.value.memory.used) .. "%") end ?>
100%
- +
=Used=FreeTotal:=Used=Free
-- cgit v1.2.3