nginx-proxy-manager/frontend/js/app/nginx/proxy/list/main.ejs
Zoey 8846543007
lang fix/dep updates/improve goaccess
Signed-off-by: Zoey <zoey@z0ey.de>
2024-11-02 18:44:45 +01:00

14 lines
355 B
Text

<thead>
<th width="30">&nbsp;</th>
<th><%- i18n('str', 'source') %></th>
<th><%- i18n('str', 'destination') %></th>
<th><%- i18n('str', 'tls') %></th>
<th><%- i18n('str', 'access') %></th>
<th><%- i18n('str', 'status') %></th>
<% if (canManage) { %>
<th>&nbsp;</th>
<% } %>
</thead>
<tbody>
<!-- items -->
</tbody>