mirror of
https://github.com/openwrt/luci.git
synced 2025-01-19 00:12:33 +00:00
7aabe27c00
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
14 lines
370 B
HTML
14 lines
370 B
HTML
<% if self.title == "Events" then %>
|
|
<%+header%>
|
|
<h2 name="content"><%:Docker%></h2>
|
|
<div class="cbi-section">
|
|
<h3><%:Events%></h3>
|
|
<% end %>
|
|
<div id="content_syslog">
|
|
<textarea readonly="readonly" wrap="off" rows="<%=self.syslog:cmatch('\n')+2%>" id="syslog"><%=self.syslog:pcdata()%></textarea>
|
|
</div>
|
|
<% if self.title == "Events" then %>
|
|
</div>
|
|
<%+footer%>
|
|
<% end %>
|