diff options
Diffstat (limited to 'app/expert-html.lsp')
-rw-r--r-- | app/expert-html.lsp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/expert-html.lsp b/app/expert-html.lsp index d349048..24213a7 100644 --- a/app/expert-html.lsp +++ b/app/expert-html.lsp @@ -1,6 +1,8 @@ <% local form, viewlibrary, page_info, session = ... %> <% require("viewfunctions") %> +<% displaycommandresults({"startstop"}, session) %> + <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("status") end %> |