arma-server-web-admin/public/js/tpl/mods/list.html
2018-08-18 01:22:44 +02:00

17 lines
306 B
HTML

<a class="btn btn-primary" id="refresh" href="#">
<span class="glyphicon glyphicon-refresh"></span>
Refresh
</a>
<table class="table table-striped">
<thead>
<tr>
<th>Mod</th>
<th></th>
</tr>
</thead>
<!-- want to insert collection items, here -->
<tbody></tbody>
</table>