nginx-proxy-manager-zh/frontend/js/app/nginx/stream/list/main.ejs
2025-02-04 17:12:05 +10:00

15 lines
372 B
Plaintext

<thead>
<th width="30">&nbsp;</th>
<th><%- i18n('streams', 'incoming-port') %></th>
<th><%- i18n('str', 'destination') %></th>
<th><%- i18n('streams', 'protocol') %></th>
<th><%- i18n('str', 'ssl') %></th>
<th><%- i18n('str', 'status') %></th>
<% if (canManage) { %>
<th>&nbsp;</th>
<% } %>
</thead>
<tbody>
<!-- items -->
</tbody>