diff options
author | Ted Trask <ttrask01@yahoo.com> | 2011-03-30 14:36:56 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2011-03-30 14:36:56 +0000 |
commit | 4cd35e5830cf23ba7d8d7b1e5e4b71e21b4b0de1 (patch) | |
tree | 6a79912cd53f9c64736b5a4587af9edb57da5724 /dhcp-listfiles-html.lsp | |
parent | 48d88fd78420e0eb7aa42735d4567db600f89c58 (diff) | |
download | acf-dhcp-4cd35e5830cf23ba7d8d7b1e5e4b71e21b4b0de1.tar.bz2 acf-dhcp-4cd35e5830cf23ba7d8d7b1e5e4b71e21b4b0de1.tar.xz |
Modified for acf-core-0.13.0
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 %> |