summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2011-03-30 10:03:07 +0000
committerTed Trask <ttrask01@yahoo.com>2011-03-31 06:28:58 +0000
commit17b3558a574e5c2e50d9d4fa45d393fcbf567e0c (patch)
tree00f9ed121b0706d6a1ddf4c7da8dfa4489eb90b8
parentf5ef986f91b64d2c6d2a226864b1098d0247a2db (diff)
downloadacf-dnsmasq-17b3558a574e5c2e50d9d4fa45d393fcbf567e0c.tar.bz2
acf-dnsmasq-17b3558a574e5c2e50d9d4fa45d393fcbf567e0c.tar.xz
Added status component back in
-rw-r--r--dnsmasq-config-html.lsp4
1 files changed, 4 insertions, 0 deletions
diff --git a/dnsmasq-config-html.lsp b/dnsmasq-config-html.lsp
index 34d21ce..edfe950 100644
--- a/dnsmasq-config-html.lsp
+++ b/dnsmasq-config-html.lsp
@@ -2,6 +2,10 @@
require("viewfunctions")
%>
+<% if viewlibrary and viewlibrary.dispatch_component then
+ viewlibrary.dispatch_component("status")
+end %>
+
<H1>Config</H1>
<%
form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action