arma-server-web-admin/public/js/tpl/servers/mods/list.html
2014-04-08 22:59:59 +02:00

15 lines
280 B
HTML

<form>
<table class="table table-striped">
<thead>
<tr>
<th>Mod</th>
</tr>
</thead>
<!-- want to insert collection items, here -->
<tbody></tbody>
</table>
<button class="btn btn-default btn-primary" type="submit">Save</button>
</form>