arma-server-web-admin/public/js/tpl/servers/list.html
2017-10-01 03:44:58 +02:00

20 lines
373 B
HTML

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