arma-server-web-admin/public/js/tpl/servers/list.html
2015-01-17 03:42:40 +01:00

16 lines
304 B
HTML

<table class="table table-striped">
<thead>
<tr>
<th>Status</th>
<th>Port</th>
<th>Title</th>
<th></th>
</tr>
</thead>
<!-- want to insert collection items, here -->
<tbody></tbody>
</table>
<a class="btn btn-primary" id="add-server" href="#">Add new server</a>