summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>