summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/status-html.lsp4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/status-html.lsp b/app/status-html.lsp
index d5a1043..37ce504 100644
--- a/app/status-html.lsp
+++ b/app/status-html.lsp
@@ -26,3 +26,7 @@ if not (data.value.version and data.value.version.errtxt) and data.value.autosta
<input class='submit' type='submit' value='Enable'></form></DD>
<% end %>
</DL>
+
+<% if viewlibrary and viewlibrary.dispatch_component and viewlibrary.check_permission("startstop") then
+ viewlibrary.dispatch_component("startstop")
+end %>