mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
f973eca818
Fixes #9
22 lines
438 B
HTML
22 lines
438 B
HTML
<a class="btn btn-primary" id="refresh" href="#">
|
|
<span class="glyphicon glyphicon-refresh"></span>
|
|
Refresh
|
|
</a>
|
|
|
|
<a class="btn btn-primary" id="download" href="#">
|
|
<span class="glyphicon glyphicon-search"></span>
|
|
Search & Download
|
|
</a>
|
|
|
|
<table class="table table-striped">
|
|
<thead>
|
|
<tr>
|
|
<th>Mod</th>
|
|
<th></th>
|
|
</tr>
|
|
</thead>
|
|
|
|
<!-- want to insert collection items, here -->
|
|
<tbody></tbody>
|
|
</table>
|