blob: 3972075e64108ef78f87bfafb63a56e1ff5d9d44 (
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="/var/log/messages", grep="gross"})
end %>
|