summaryrefslogtreecommitdiffstats
path: root/openvpn-logfile-html.lsp
blob: 72711470e553ff36951a44f40fff32a0138df70f (plain)
1
2
3
4
5
6
7
<% local data, viewlibrary = ... 
require("viewfunctions")
%>

<% if viewlibrary and viewlibrary.dispatch_component then
	viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {name=data.value})
end %>