arma-server-web-admin/public/js/tpl/missions/list.html
2019-06-23 20:04:28 +02:00

15 lines
256 B
HTML

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