mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
20 lines
373 B
HTML
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>
|