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

15 lines
284 B
HTML

<table class="table table-striped">
<thead>
<tr>
<th>Mission</th>
<th class="hidden-xs hidden-sm">World</th>
<th>Size</th>
<th>Updated</th>
<th></th>
</tr>
</thead>
<!-- want to insert collection items, here -->
<tbody></tbody>
</table>