summaryrefslogtreecommitdiffstats
path: root/health-network-html.lsp
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2009-10-07 11:48:23 +0200
committerMika Havela <mika.havela@gmail.com>2009-10-07 11:48:23 +0200
commitb351af35c3d25ef633175fdb92fcba2d30fdb63f (patch)
treee47d1cd94484a09062e4a6ff3f5d13e259b1c82a /health-network-html.lsp
parent723b18ea710e2e39fb6865b44727d6a3a62e513c (diff)
downloadacf-alpine-baselayout-b351af35c3d25ef633175fdb92fcba2d30fdb63f.tar.bz2
acf-alpine-baselayout-b351af35c3d25ef633175fdb92fcba2d30fdb63f.tar.xz
Graphical fix. Adding <DL> to the views to fix skin issues.
Diffstat (limited to 'health-network-html.lsp')
-rw-r--r--health-network-html.lsp4
1 files changed, 4 insertions, 0 deletions
diff --git a/health-network-html.lsp b/health-network-html.lsp
index 5d97a9e..5f9463d 100644
--- a/health-network-html.lsp
+++ b/health-network-html.lsp
@@ -3,7 +3,11 @@
<h1>Network</h1>
<h2>Interface status</h2>
+<DL>
<pre><%= html.html_escape(view.value.interfaces.value) %></pre>
+</DL>
<h2>Routes</h2>
+<DL>
<pre><%= html.html_escape(view.value.routes.value) %></pre>
+</DL>