summaryrefslogtreecommitdiffstats
path: root/health-proc-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'health-proc-html.lsp')
-rw-r--r--health-proc-html.lsp8
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>