summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-01-10 16:39:28 +0000
committerMika Havela <mika.havela@gmail.com>2008-01-10 16:39:28 +0000
commit9a04ef0b19400f508995575627f87055f3cb4085 (patch)
tree03cad9d584833107eb6a4557a0de2c8442a2f49e
parent20ae8454e0289b9aaeb2def43cb041e2c5fb247b (diff)
downloadacf-shorewall-9a04ef0b19400f508995575627f87055f3cb4085.tar.bz2
acf-shorewall-9a04ef0b19400f508995575627f87055f3cb4085.tar.xz
Small changes on the status-page
git-svn-id: svn://svn.alpinelinux.org/acf/shorewall/trunk@544 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--shorewall-status-html.lsp8
1 files changed, 4 insertions, 4 deletions
diff --git a/shorewall-status-html.lsp b/shorewall-status-html.lsp
index 3e7d6a8..bb9a0d7 100644
--- a/shorewall-status-html.lsp
+++ b/shorewall-status-html.lsp
@@ -2,23 +2,23 @@
<h1>SYSTEM INFO</h1>
-<h2>SYSTEM INFO</h2>
-
<dt>Program status</dt>
<DD><?= view.status.status ?></DD>
<dt>Program version</dt>
<dd><?= view.status.version ?></dd>
-<H3>PROGRAM SPECIFIC OPTIONS/INFORMATION</H3>
+<H2>PROGRAM SPECIFIC OPTIONS/INFORMATION</H2>
<dt>Program reports</dt>
<dd><?= view.status.state ?></dd>
-<? ---[[ ?>
+<? --[[ ?>
<H2>MANAGEMENT</H2>
<dt>Preform check of configs</dt>
<dd><form name="check" action="" method="POST"><input type="submit" name="cmd" value="check" class="submit"></form></dd>
+<? --]] ?>
+
<? --[[ ?>
<dt>Preform fw restart</dt>
<dd><form name="restart" action="" method="POST"><input type="submit" name="cmd" value="restart" class="submit"></form><? if (view.programstats.restart) then io.write(view.programstats.restart) end ?></dd>