summaryrefslogtreecommitdiffstats
path: root/ospf-welcome-html.lsp
blob: 251c503f7b516a3991fef6c65800c968c50d492d (plain)
1
2
3
4
5
6
7
8
9
10
<% local data, viewlibrary, page_info, session = ... 
require("viewfunctions")
%>

<% 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 %>