summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-dockerman/luasrc/view/dockerman/logs.htm
blob: c66637d890e9da1891a197eab36c594d4c60bce3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<% 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 %>