From 36f1b5dad3c1968de9a6b010ce15fb346cc553ba Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Thu, 10 Dec 2009 15:44:11 +0000 Subject: UI fix, bumped to 0.4.1 --- Makefile | 2 +- bgp-details-html.lsp | 10 ++-------- zebra-details-html.lsp | 10 ++-------- 3 files changed, 5 insertions(+), 17 deletions(-) diff --git a/Makefile b/Makefile index da4b3ce..ada4996 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ APP_NAME=quagga PACKAGE=acf-$(APP_NAME) -VERSION=0.4.0 +VERSION=0.4.1 APP_DIST=\ bgp* \ diff --git a/bgp-details-html.lsp b/bgp-details-html.lsp index c07b0d0..8f3283b 100644 --- a/bgp-details-html.lsp +++ b/bgp-details-html.lsp @@ -1,15 +1,9 @@ <% local data = ... require("viewfunctions") ---[[ DEBUG INFORMATION -io.write("

DEBUGGING

DEBUG INFO: CFE

") -io.write(html.cfe_unpack(data)) -io.write("
") ---]] - %>

BGP routes

-
+
 <%= html.html_escape(tostring(data.value.showipbgp.value)) %>
-
+
diff --git a/zebra-details-html.lsp b/zebra-details-html.lsp index 4dc4331..94b5655 100644 --- a/zebra-details-html.lsp +++ b/zebra-details-html.lsp @@ -1,15 +1,9 @@ <% local data = ... require("viewfunctions") ---[[ DEBUG INFORMATION -io.write("

DEBUGGING

DEBUG INFO: CFE

") -io.write(html.cfe_unpack(data)) -io.write("
") ---]] - %>

Zebra routes

-
+
 <%= html.html_escape(tostring(data.value.showip.value)) %>
-
+
-- cgit v1.2.3