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

15 lines
393 B
Plaintext
Raw Normal View History

2018-07-24 02:56:39 -04:00
<thead>
<th width="30">&nbsp;</th>
2018-08-19 04:54:17 -04:00
<th><%- i18n('str', 'name') %></th>
2020-04-10 23:22:01 -04:00
<th><%- i18n('access-lists', 'authorization') %></th>
<th><%- i18n('access-lists', 'access') %></th>
2020-04-11 03:26:54 -04:00
<th><%- i18n('access-lists', 'satisfy') %></th>
2018-08-19 04:54:17 -04:00
<th><%- i18n('proxy-hosts', 'title') %></th>
2018-07-24 02:56:39 -04:00
<% if (canManage) { %>
<th>&nbsp;</th>
<% } %>
</thead>
<tbody>
<!-- items -->
</tbody>