summaryrefslogtreecommitdiffstats
path: root/health-storage-html.lsp
diff options
context:
space:
mode:
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>
<?