nginx-proxy-manager-zh/frontend/js/app/nginx/ssl-passthrough/list/main.ejs

13 lines
297 B
Plaintext
Raw Normal View History

<thead>
<th width="30">&nbsp;</th>
<th><%- i18n('ssl-passthrough-hosts', 'domain-name') %></th>
<th><%- i18n('str', 'destination') %></th>
<th><%- i18n('str', 'status') %></th>
<% if (canManage) { %>
<th>&nbsp;</th>
<% } %>
</thead>
<tbody>
<!-- items -->
</tbody>