logs.htm 370 B

12345678910111213
  1. <% if self.title == "Events" then %>
  2. <%+header%>
  3. <h2 name="content"><%:Docker%></h2>
  4. <div class="cbi-section">
  5. <h3><%:Events%></h3>
  6. <% end %>
  7. <div id="content_syslog">
  8. <textarea readonly="readonly" wrap="off" rows="<%=self.syslog:cmatch('\n')+2%>" id="syslog"><%=self.syslog:pcdata()%></textarea>
  9. </div>
  10. <% if self.title == "Events" then %>
  11. </div>
  12. <%+footer%>
  13. <% end %>