From 8a388772da4243132651701f6b36414b0975243b Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 10 Dec 2009 15:10:15 +0000 Subject: UI fix, bumped to 0.4.1 --- Makefile | 2 +- snort-details-html.lsp | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 677abea..1e848bc 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ APP_NAME=snort PACKAGE=acf-$(APP_NAME) -VERSION=0.4.0 +VERSION=0.4.1 APP_DIST=\ snort* \ diff --git a/snort-details-html.lsp b/snort-details-html.lsp index ab6024d..6552704 100644 --- a/snort-details-html.lsp +++ b/snort-details-html.lsp @@ -12,7 +12,7 @@ io.write("") <% viewlibrary.dispatch_component("status") %>

<%= html.html_escape(data.label) %>

- +
<% if #data.value == 0 then io.write("No alerts found") @@ -39,3 +39,4 @@ else <% end %> <% end %> <% end %> +
-- cgit v1.2.3