diff options
author | Ted Trask <ttrask01@yahoo.com> | 2008-08-12 12:07:14 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2008-08-12 12:07:14 +0000 |
commit | af2b190d33683aafc06c73b0bab1ae743e69468a (patch) | |
tree | bffc185e18806da99144c01ce824313e21cb8571 /dhcp-home-html.lsp | |
parent | e45a01ccebf7c9a756e3d27e3fe6abbeb8797a36 (diff) | |
download | acf-dhcp-af2b190d33683aafc06c73b0bab1ae743e69468a.tar.bz2 acf-dhcp-af2b190d33683aafc06c73b0bab1ae743e69468a.tar.xz |
Modified dhcp to add host support.
git-svn-id: svn://svn.alpinelinux.org/acf/dhcp/trunk@1376 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'dhcp-home-html.lsp')
-rw-r--r-- | dhcp-home-html.lsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dhcp-home-html.lsp b/dhcp-home-html.lsp index 1591f76..4962d4f 100644 --- a/dhcp-home-html.lsp +++ b/dhcp-home-html.lsp @@ -18,9 +18,9 @@ end %> viewlibrary.dispatch_component("listsubnets") end %> -<% --[[if viewlibrary and viewlibrary.dispatch_component then +<% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("listhosts") -end --]] %> +end %> <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("startstop") |