summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--syslog-config-html.lsp7
1 files changed, 0 insertions, 7 deletions
diff --git a/syslog-config-html.lsp b/syslog-config-html.lsp
index 87ba98f..911b0d1 100644
--- a/syslog-config-html.lsp
+++ b/syslog-config-html.lsp
@@ -1,8 +1,6 @@
<% local form, viewlibrary, page_info, session = ... %>
<% require("viewfunctions") %>
-<% displaycommandresults({"startstop"}, session) %>
-
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")
end %>
@@ -37,8 +35,3 @@ end %>
<H2>Save and Apply Above Settings</H2>
<DL>
<% displayformend(form) %>
-
-<% if viewlibrary and viewlibrary.dispatch_component then
- viewlibrary.dispatch_component("startstop")
-end
-%>