summaryrefslogtreecommitdiffstats
path: root/health-storage-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-01-10 16:35:32 +0000
committerMika Havela <mika.havela@gmail.com>2008-01-10 16:35:32 +0000
commit68ee7652f9a567b75f49383b45496e85044daaba (patch)
treebc86e5bf54a2eed692b20003dd0311440922347f /health-storage-html.lsp
parent2096ce2d1b05656cc5da69ff9ff709793a75273c (diff)
downloadacf-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-storage-html.lsp')
-rw-r--r--health-storage-html.lsp10
1 files changed, 4 insertions, 6 deletions
diff --git a/health-storage-html.lsp b/health-storage-html.lsp
index 15830c3..a95351a 100644
--- a/health-storage-html.lsp
+++ b/health-storage-html.lsp
@@ -1,10 +1,8 @@
<? local view = ... ?>
-<h1>General health</h1>
+<h1>Storage</h1>
-<h2>Storage</h2>
-
-<h3>Floppy capacity</h3>
+<h2>Floppy capacity</h2>
<pre><?= view.storage.floppycapacity.value ?></pre>
<? if (view.storage.floppycapacity.used) then ?>
@@ -20,7 +18,7 @@
</TABLE>
<? end ?>
-<h3>Disk capacity</h3>
+<h2>Disk capacity</h2>
<pre><?= view.storage.hdcapacity.value ?></pre>
<? if (view.storage.hdcapacity.used) then ?>
@@ -36,7 +34,7 @@
</TABLE>
<? end ?>
-<h3>Disk partitions</h3>
+<h2>Disk partitions</h2>
<pre><?= view.storage.partitions ?></pre>
<?