diff options
author | Mika Havela <mika.havela@gmail.com> | 2008-01-10 16:35:32 +0000 |
---|---|---|
committer | Mika Havela <mika.havela@gmail.com> | 2008-01-10 16:35:32 +0000 |
commit | 68ee7652f9a567b75f49383b45496e85044daaba (patch) | |
tree | bc86e5bf54a2eed692b20003dd0311440922347f /health-proc-html.lsp | |
parent | 2096ce2d1b05656cc5da69ff9ff709793a75273c (diff) | |
download | acf-alpine-baselayout-68ee7652f9a567b75f49383b45496e85044daaba.tar.bz2 acf-alpine-baselayout-68ee7652f9a567b75f49383b45496e85044daaba.tar.xz |
Removed some items from the menu. Changed the view-files a bit
git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@540 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'health-proc-html.lsp')
-rw-r--r-- | health-proc-html.lsp | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/health-proc-html.lsp b/health-proc-html.lsp index 3387688..7d57ef5 100644 --- a/health-proc-html.lsp +++ b/health-proc-html.lsp @@ -1,11 +1,9 @@ <? local view = ... ?> -<h1>General health</h1> +<h1>Process information</h1> -<h2>Process information</h2> - -<h3>Processor</h3> +<h2>Processor</h2> <pre><?= view.proc.processor ?></pre> -<h3>Memory</h3> +<h2>Memory</h2> <pre><?= view.proc.memory ?></pre> |