From 17b3558a574e5c2e50d9d4fa45d393fcbf567e0c Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 30 Mar 2011 10:03:07 +0000 Subject: Added status component back in --- dnsmasq-config-html.lsp | 4 ++++ 1 file changed, 4 insertions(+) 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 %> +

Config

<% form.action = page_info.script .. page_info.prefix .. page_info.controller .. "/" .. page_info.action -- cgit v1.2.3