arma-server-web-admin/public/js/tpl/missions/list.html
2014-07-26 11:01:53 +02:00

12 lines
192 B
HTML

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