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