summaryrefslogtreecommitdiffstats
path: root/bgp-welcome-html.lsp
blob: baf324ae7c399589648f7214d0157f40f44cded0 (plain)
1
2
3
4
5
6
7
8
9
<% local data, viewlibrary, page_info, session = ... 
%>

<% if viewlibrary and viewlibrary.dispatch_component and viewlibrary.check_permission("status") then
	viewlibrary.dispatch_component("status")
end %>
<% if viewlibrary and viewlibrary.dispatch_component and viewlibrary.check_permission("details") then
	viewlibrary.dispatch_component("details")
end %>