diff options
Diffstat (limited to 'dhcp-home-html.lsp')
-rw-r--r-- | dhcp-home-html.lsp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dhcp-home-html.lsp b/dhcp-home-html.lsp index 560b2f6..845f6bd 100644 --- a/dhcp-home-html.lsp +++ b/dhcp-home-html.lsp @@ -1,7 +1,7 @@ <% local view, viewlibrary, page_info, session = ... %> <% require("viewfunctions") %> -<% displaycommandresults({"settings", "edithost", "delhost", "createhost", "editsubnet", "delsubnet", "createsubnet", "startstop"}, session) %> +<% displaycommandresults({"settings", "edithost", "delhost", "createhost", "editsubnet", "delsubnet", "createsubnet"}, session) %> <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("status") @@ -24,7 +24,3 @@ end %> <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("listhosts") end %> - -<% if viewlibrary and viewlibrary.dispatch_component then - viewlibrary.dispatch_component("startstop") -end %> |