blob: a0bd319250a810b8635ab00f7a5217662934fd6a (
plain)
1
2
3
4
5
6
|
<% local data, viewlibrary = ...
%>
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("alpine-baselayout/logfiles/view", {name=data.value})
end %>
|