blob: 8ca46ace628089e2f1b66900c61ef15075d360b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<% local data, viewlibrary, page_info, session = ... %>
<% displaycommandresults({"startstop"}, session) %>
<% displaycommandresults({"editracoon", "editipsec"}, session, true) %>
<%
viewlibrary.dispatch_component("status")
viewlibrary.dispatch_component("editracoon")
viewlibrary.dispatch_component("editipsec")
viewlibrary.dispatch_component("startstop")
%>
|