diff options
-rw-r--r-- | openntpd-config-html.lsp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/openntpd-config-html.lsp b/openntpd-config-html.lsp index a84e5f2..72ba5b6 100644 --- a/openntpd-config-html.lsp +++ b/openntpd-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 %> |