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

11 lines
226 B
Plaintext
Raw Normal View History

<thead>
<th width="30">&nbsp;</th>
2018-07-18 02:55:09 -04:00
<th><%- i18n('str', 'name') %></th>
<th><%- i18n('str', 'email') %></th>
<th><%- i18n('str', 'roles') %></th>
<th>&nbsp;</th>
</thead>
<tbody>
<!-- items -->
</tbody>