4
Fork 0

Changles in LuCI

This commit is contained in:
R3ABM Artem 2016-08-12 11:46:57 +03:00
parent edabcb60cc
commit 185501b7fa
4 changed files with 21 additions and 10 deletions

View file

@ -0,0 +1,9 @@
<%
luci.sys.call("/etc/init.d/cronosagent restart ; sleep 2")
%>
<%+header%>
<h2 name="content">CronosAgent</h2>
<textarea readonly="readonly" wrap="off" rows="20"><%= luci.util.exec("logread | grep CronoSAgent") %></textarea>
<%+footer%>