summaryrefslogtreecommitdiffstats
path: root/openvpn-logfile-html.lsp
blob: 16c583a87f56230bc3179d16a8fb6f46947c5bd7 (plain)
1
2
3
4
5
6
<% local data, viewlibrary = ... 
%>

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