main.ejs 372 B

1234567891011121314
  1. <thead>
  2. <th width="30">&nbsp;</th>
  3. <th><%- i18n('streams', 'incoming-port') %></th>
  4. <th><%- i18n('str', 'destination') %></th>
  5. <th><%- i18n('streams', 'protocol') %></th>
  6. <th><%- i18n('str', 'ssl') %></th>
  7. <th><%- i18n('str', 'status') %></th>
  8. <% if (canManage) { %>
  9. <th>&nbsp;</th>
  10. <% } %>
  11. </thead>
  12. <tbody>
  13. <!-- items -->
  14. </tbody>