arma-server-web-admin/public/js/tpl/servers/list.html

20 lines
373 B
HTML
Raw Normal View History

2014-04-13 17:10:40 +00:00
<table class="table table-striped">
<thead>
<tr>
2014-07-26 09:07:55 +00:00
<th>Status</th>
2015-01-17 02:42:40 +00:00
<th>Port</th>
<th>Title</th>
2014-07-26 09:04:36 +00:00
<th></th>
<th></th>
2014-04-13 17:10:40 +00:00
</tr>
</thead>
<!-- want to insert collection items, here -->
<tbody></tbody>
</table>
2014-06-04 22:29:31 +00:00
2015-09-19 17:23:28 +00:00
<a class="btn btn-primary" id="add-server" href="#">
<span class="glyphicon glyphicon-plus"></span>
Add new server
</a>