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

14 lines
264 B
HTML
Raw Normal View History

2014-04-04 12:52:01 +00:00
<table class="table table-striped">
<thead>
<tr>
<th>Mission</th>
2014-04-05 17:02:17 +00:00
<th></th>
2014-04-04 12:52:01 +00:00
</tr>
</thead>
2014-04-05 17:02:17 +00:00
2014-04-04 12:52:01 +00:00
<!-- want to insert collection items, here -->
<tbody></tbody>
2014-04-05 14:50:40 +00:00
</table>
<a class="btn btn-primary" id="upload" href="#">Upload new mission</a>