4
Fork 0

Improved output of syslog

This commit is contained in:
Artem Prilutskiy 2016-08-12 12:53:13 +03:00
parent 99a85d6fd9
commit fe2d1c62a7

View file

@ -5,5 +5,5 @@
%>
<%+header%>
<h2 name="content">CronosAgent &#9656; Restart</h2>
<textarea readonly="readonly" wrap="off" rows="20" style="width: 100%"><%= luci.util.exec("logread | grep CronosAgent") %></textarea>
<textarea readonly="readonly" wrap="off" rows="20" style="width: 100%"><%= luci.util.exec("logread | grep CronosAgent | tail -n 20") %></textarea>
<%+footer%>