summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMika Havela <mika.havela@gmail.com>2008-01-10 16:39:57 +0000
committerMika Havela <mika.havela@gmail.com>2008-01-10 16:39:57 +0000
commit97670cf962c481a59779150ae1503fe0aa73a73b (patch)
tree8d2fdd6d3259490acf1097f68f93c548efe4743f
parent4a3a5327082b8c284bd5a95cc691778140adb47d (diff)
downloadacf-snort-97670cf962c481a59779150ae1503fe0aa73a73b.tar.bz2
acf-snort-97670cf962c481a59779150ae1503fe0aa73a73b.tar.xz
Small changes on the status-page
git-svn-id: svn://svn.alpinelinux.org/acf/snort/trunk@545 ab2d0c66-481e-0410-8bed-d214d4d58bed
-rw-r--r--Makefile3
-rw-r--r--snort-status-html.lsp4
2 files changed, 3 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 7530ea6..f9e6ef3 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,8 @@ VERSION=2.0_alpha3
APP_DIST=\
snort-controller.lua \
snort-model.lua \
- snort-read-html.lsp \
+ snort-expert-html.lsp \
+ snort-status-html.lsp \
snort-view-html.lsp \
snort.menu \
diff --git a/snort-status-html.lsp b/snort-status-html.lsp
index 8a04f76..66d00c1 100644
--- a/snort-status-html.lsp
+++ b/snort-status-html.lsp
@@ -2,15 +2,13 @@
<h1>SYSTEM INFO</h1>
-<h2>SYSTEM INFO</h2>
-
<dt>Program status</dt>
<dd><? if (view.status.enabled) then io.write('Enabled') else io.write('Disabled') end ?></dd>
<dt>Program version</dt>
<dd><?= view.status.version ?></dd>
-<H3>PROGRAM SPECIFIC OPTIONS/INFORMATION</H3>
+<H2>PROGRAM SPECIFIC OPTIONS/INFORMATION</H2>
<dt>Counted alerts</dt>
<dd><?= view.alerts ?> alert(s)</dd>