blob: b5b94811b8b199cb1bea1fb4a1e70b4da488205b (
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/freeswitch/freeswitch.log"})
end %>
|