summaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2011-03-07 09:13:25 +0000
committerTed Trask <ttrask01@yahoo.com>2011-03-07 09:13:25 +0000
commit493aa19a97f35c71bcd6c4ee3666bf53328cf96e (patch)
tree31656e40aa40d2fb70c75134dc74113fbf0264de /app
parent3127272ca5155b35aed965b033b16716417a6d90 (diff)
downloadacf-core-493aa19a97f35c71bcd6c4ee3666bf53328cf96e.tar.bz2
acf-core-493aa19a97f35c71bcd6c4ee3666bf53328cf96e.tar.xz
Added status back to expert page and display startstop results in status
Diffstat (limited to 'app')
-rw-r--r--app/expert-html.lsp4
-rw-r--r--app/status-html.lsp1
2 files changed, 5 insertions, 0 deletions
diff --git a/app/expert-html.lsp b/app/expert-html.lsp
index f763422..5db9173 100644
--- a/app/expert-html.lsp
+++ b/app/expert-html.lsp
@@ -1,6 +1,10 @@
<% local form, viewlibrary, page_info, session = ... %>
<% require("viewfunctions") %>
+<% if viewlibrary and viewlibrary.dispatch_component then
+ viewlibrary.dispatch_component("status")
+end %>
+
<%
local pattern = string.gsub(page_info.prefix..page_info.controller, "[%(%)%.%%%+%-%*%?%[%]%^%$]", "%%%1")
local func = haserl.loadfile(page_info.viewfile:gsub(pattern..".*$", "/") .. "filedetails-html.lsp")
diff --git a/app/status-html.lsp b/app/status-html.lsp
index 37ce504..1f5e1f8 100644
--- a/app/status-html.lsp
+++ b/app/status-html.lsp
@@ -3,6 +3,7 @@ require("viewfunctions")
%>
<% displaycommandresults({"install","edit"}, session) %>
+<% displaycommandresults({"startstop"}, session) %>
<H1>System Info</H1>
<DL>