summaryrefslogtreecommitdiffstats
path: root/dnscache-config-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'dnscache-config-html.lsp')
-rw-r--r--dnscache-config-html.lsp4
1 files changed, 3 insertions, 1 deletions
diff --git a/dnscache-config-html.lsp b/dnscache-config-html.lsp
index d18dd79..9272f40 100644
--- a/dnscache-config-html.lsp
+++ b/dnscache-config-html.lsp
@@ -1,4 +1,4 @@
-<% local form, viewlibrary, page_info = ...
+<% local form, viewlibrary, page_info, session = ...
require("viewfunctions")
%>
<%
@@ -9,6 +9,8 @@ io.write("</span>")
--]]
%>
+<% displaycommandresults({"startstop"}, session) %>
+
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")
end %>