summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fetchmail-config-html.lsp6
1 files changed, 1 insertions, 5 deletions
diff --git a/fetchmail-config-html.lsp b/fetchmail-config-html.lsp
index 811fd20..9be8300 100644
--- a/fetchmail-config-html.lsp
+++ b/fetchmail-config-html.lsp
@@ -1,7 +1,7 @@
<% local view, viewlibrary, page_info, session = ... %>
<% require("viewfunctions") %>
-<% displaycommandresults({"editconfig", "editentry", "deleteentry", "createentry", "startstop"}, session) %>
+<% displaycommandresults({"editconfig", "editentry", "deleteentry", "createentry"}, session) %>
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")
@@ -20,7 +20,3 @@ end %>
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("listentries")
end %>
-
-<% if viewlibrary and viewlibrary.dispatch_component then
- viewlibrary.dispatch_component("startstop")
-end %>