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

13 lines
205 B
HTML
Raw Normal View History

2014-04-08 20:59:59 +00:00
<form>
<table class="table table-striped">
<thead>
<tr>
<th>Mod</th>
</tr>
</thead>
<!-- want to insert collection items, here -->
<tbody></tbody>
</table>
</form>