arma-server-web-admin/public/js/tpl/servers/mods/list.html

13 lines
205 B
HTML

<form>
<table class="table table-striped">
<thead>
<tr>
<th>Mod</th>
</tr>
</thead>
<!-- want to insert collection items, here -->
<tbody></tbody>
</table>
</form>