blob: 1207ce9751e15a62cc88aa04a97b9c4e1a9f2d10 (
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="clamsmtp"})
end %>
|