summaryrefslogtreecommitdiffstats
path: root/health-network-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'health-network-html.lsp')
-rw-r--r--health-network-html.lsp8
1 files changed, 3 insertions, 5 deletions
diff --git a/health-network-html.lsp b/health-network-html.lsp
index f04faaf..09760da 100644
--- a/health-network-html.lsp
+++ b/health-network-html.lsp
@@ -1,11 +1,9 @@
<? local view = ... ?>
-<h1>General health</h1>
+<h1>Network</h1>
-<h2>Network</h2>
-
-<h3>Interface status</h3>
+<h2>Interface status</h2>
<pre><?= view.network.interfaces ?></pre>
-<h3>Routes</h3>
+<h2>Routes</h2>
<pre><?= view.network.routes ?></pre>