diff options
Diffstat (limited to 'squid-config-html.lsp')
-rw-r--r-- | squid-config-html.lsp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/squid-config-html.lsp b/squid-config-html.lsp index d43f684..5b7ce79 100644 --- a/squid-config-html.lsp +++ b/squid-config-html.lsp @@ -2,9 +2,17 @@ require("viewfunctions") %> +<% if viewlibrary and viewlibrary.dispatch_component then + viewlibrary.dispatch_component("status") +end %> + <H1><%= form.label %></H1> <% form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action local order = {"httpports", "accesslog", "diskcache", "authmethod"} displayform(form, order) %> + +<% if viewlibrary and viewlibrary.dispatch_component then + viewlibrary.dispatch_component("startstop") +end %> |