main.ejs 281 B

123456789101112
  1. <thead>
  2. <th width="30">&nbsp;</th>
  3. <th><%- i18n('str', 'name') %></th>
  4. <th><%- i18n('all-hosts', 'cert-provider') %></th>
  5. <th><%- i18n('str', 'expires') %></th>
  6. <% if (canManage) { %>
  7. <th>&nbsp;</th>
  8. <% } %>
  9. </thead>
  10. <tbody>
  11. <!-- items -->
  12. </tbody>