arma-server-web-admin/public/js/tpl/servers/list.html
2014-07-26 11:07:55 +02:00

15 lines
283 B
HTML

<table class="table table-striped">
<thead>
<tr>
<th>Status</th>
<th>Name</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>