arma-server-web-admin/public/js/tpl/missions/list.html
2016-10-29 17:05:39 +02:00

14 lines
235 B
HTML

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