diff options
Diffstat (limited to 'dhcp-listfiles-html.lsp')
-rw-r--r-- | dhcp-listfiles-html.lsp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/dhcp-listfiles-html.lsp b/dhcp-listfiles-html.lsp index 7446520..89b62de 100644 --- a/dhcp-listfiles-html.lsp +++ b/dhcp-listfiles-html.lsp @@ -2,7 +2,7 @@ require("viewfunctions") %> -<% displaycommandresults({"expert", "startstop"}, session) %> +<% displaycommandresults({"expert"}, session) %> <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("status") @@ -26,7 +26,3 @@ end %> </TR> <% end %> </TABLE></DL> - -<% if viewlibrary and viewlibrary.dispatch_component then - viewlibrary.dispatch_component("startstop") -end %> |