arma-server-web-admin/public/js/tpl/missions/list.html
2014-04-05 17:02:17 +00:00

14 lines
264 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>
<a class="btn btn-primary" id="upload" href="#">Upload new mission</a>