summaryrefslogtreecommitdiffstats
path: root/openssl-status-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2015-02-02 22:29:46 -0500
committerTed Trask <ttrask01@yahoo.com>2015-02-02 22:29:46 -0500
commitfb3cc9787652312ac452372d3a8e8efb893c4a0f (patch)
treed786ff29e7f62043e94d000d6af1e12598747629 /openssl-status-html.lsp
parent7fa6abdb25ee1ea7dda9b3771d139788c120940f (diff)
downloadacf-openssl-fb3cc9787652312ac452372d3a8e8efb893c4a0f.tar.bz2
acf-openssl-fb3cc9787652312ac452372d3a8e8efb893c4a0f.tar.xz
Added getcachain action to show the parent CAs when we are in a child, modified all views to display it
This includes adding a generic HTML view to display cadir and then display the cfe
Diffstat (limited to 'openssl-status-html.lsp')
-rw-r--r--openssl-status-html.lsp6
1 files changed, 6 insertions, 0 deletions
diff --git a/openssl-status-html.lsp b/openssl-status-html.lsp
index 07c1646..32f64d3 100644
--- a/openssl-status-html.lsp
+++ b/openssl-status-html.lsp
@@ -6,6 +6,12 @@
<% htmlviewfunctions.displaycommandresults({"install"}, session) %>
<%
+if viewlibrary and viewlibrary.dispatch_component and viewlibrary.check_permission("getcachain") and page_info.orig_action == page_info.prefix..page_info.controller.."/"..page_info.action then
+ viewlibrary.dispatch_component("getcachain", {cadir=view.value.cadir.value})
+end
+%>
+
+<%
local header_level = htmlviewfunctions.displaysectionstart(view, page_info)
htmlviewfunctions.displayitem(view.value.version)