main.ejs 333 B

12345678910111213
  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', 'status') %></th>
  7. <% if (canManage) { %>
  8. <th>&nbsp;</th>
  9. <% } %>
  10. </thead>
  11. <tbody>
  12. <!-- items -->
  13. </tbody>