nginx-proxy-manager/frontend/js/app/nginx/certificates/list/main.ejs

13 lines
281 B
Plaintext
Raw Normal View History

<thead>
<th width="30">&nbsp;</th>
2018-08-07 06:27:20 -04:00
<th><%- i18n('str', 'name') %></th>
<th><%- i18n('all-hosts', 'cert-provider') %></th>
<th><%- i18n('str', 'expires') %></th>
<% if (canManage) { %>
<th>&nbsp;</th>
<% } %>
</thead>
<tbody>
<!-- items -->
</tbody>