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