blob: e699690d54ce0f98f3a567d1a63fa006348a3c06 (
plain)
1
2
3
4
5
6
7
8
|
<% local data, viewlibrary = ... %>
<%
viewlibrary.dispatch_component("status")
viewlibrary.dispatch_component("editracoon")
viewlibrary.dispatch_component("editipsec")
viewlibrary.dispatch_component("startstop")
%>
|