123456789101112 |
- <thead>
- <th width="30"> </th>
- <th><%- i18n('str', 'name') %></th>
- <th><%- i18n('all-hosts', 'cert-provider') %></th>
- <th><%- i18n('str', 'expires') %></th>
- <% if (canManage) { %>
- <th> </th>
- <% } %>
- </thead>
- <tbody>
- <!-- items -->
- </tbody>
|