Files
nginx-proxy-manager/manager/src/frontend/js/app/access/main.ejs
Jamie Curnow 6e7435c35d Initial commit
2017-12-21 09:02:37 +10:00

12 lines
338 B
Plaintext

<table class="table table-condensed table-striped">
<thead>
<th>Access List Name</th>
<th>User Count</th>
<th>Host Count</th>
<th class="text-right"><button type="button" class="btn btn-xs btn-info">Create Access List</button></th>
</thead>
<tbody>
<!-- items -->
</tbody>
</table>