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

10 lines
177 B
HTML
Raw Normal View History

2014-04-04 12:52:01 +00:00
<table class="table table-striped">
<thead>
<tr>
<th>Mission</th>
</tr>
</thead>
<!-- want to insert collection items, here -->
<tbody></tbody>
</table>