summaryrefslogtreecommitdiffstats
path: root/openssh-welcome-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'openssh-welcome-html.lsp')
-rw-r--r--openssh-welcome-html.lsp10
1 files changed, 10 insertions, 0 deletions
diff --git a/openssh-welcome-html.lsp b/openssh-welcome-html.lsp
new file mode 100644
index 0000000..d627bd6
--- /dev/null
+++ b/openssh-welcome-html.lsp
@@ -0,0 +1,10 @@
+<% local data, viewlibrary, page_info, session = ...
+%>
+
+<% if viewlibrary and viewlibrary.dispatch_component and session.permissions[page_info.controller].connectedpeers then
+ viewlibrary.dispatch_component("status")
+end %>
+
+<% if viewlibrary and viewlibrary.dispatch_component and session.permissions[page_info.controller].connectedpeers then
+ viewlibrary.dispatch_component("connectedpeers")
+end %>