arma-server-web-admin/public/js/tpl/mods/list.html
Björn Dahlgren f973eca818 Manual refresh mods button
Fixes #9
2015-05-30 01:30:53 +02:00

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 &amp; 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>