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

13 lines
266 B
Plaintext
Raw Normal View History

2018-07-08 21:22:10 -04:00
<thead>
<th width="30">&nbsp;</th>
2018-07-25 18:23:32 -04:00
<th><%- i18n('str', 'source') %></th>
<th><%- i18n('str', 'ssl') %></th>
<th><%- i18n('str', 'status') %></th>
2018-07-25 18:23:32 -04:00
<% if (canManage) { %>
2018-07-08 21:22:10 -04:00
<th>&nbsp;</th>
2018-07-25 18:23:32 -04:00
<% } %>
2018-07-08 21:22:10 -04:00
</thead>
<tbody>
<!-- items -->
</tbody>