diff options
Diffstat (limited to 'openvpn-statusinfo-html.lsp')
-rw-r--r-- | openvpn-statusinfo-html.lsp | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/openvpn-statusinfo-html.lsp b/openvpn-statusinfo-html.lsp index e68ca0c..eae83fe 100644 --- a/openvpn-statusinfo-html.lsp +++ b/openvpn-statusinfo-html.lsp @@ -1,4 +1,8 @@ -<% local view = ... %> +<% local view, viewlibrary = ... %> + +<% viewlibrary.dispatch_component("status") %> + +<% viewlibrary.dispatch_component("viewconfig") %> <h1>Status</h1> <h2>Connected clients</h2> |