arma-server-web-admin/public/js/tpl/servers/list.html
2014-06-05 00:44:47 +02:00

13 lines
247 B
HTML

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