arma-server-web-admin/public/js/tpl/missions/list.html
2014-04-05 14:50:40 +00:00

13 lines
250 B
HTML

<table class="table table-striped">
<thead>
<tr>
<th>Mission</th>
</tr>
</thead>
<!-- want to insert collection items, here -->
<tbody></tbody>
</table>
<a class="btn btn-primary" id="upload" href="#">Upload new mission</a>