diff options
Diffstat (limited to 'openssl-status-html.lsp')
-rw-r--r-- | openssl-status-html.lsp | 6 |
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) |