arma-server-web-admin/public/js/tpl/servers/mods/list.html
2017-03-12 11:36:45 +01:00

15 lines
349 B
HTML

<form>
<button class="btn btn-xs btn-primary check-all">Check All</button>
<button class="btn btn-xs btn-primary uncheck-all">Uncheck All</button>
<table class="table table-striped">
<thead>
<tr>
<th>Mod</th>
</tr>
</thead>
<!-- want to insert collection items, here -->
<tbody></tbody>
</table>
</form>