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

13 lines
250 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>
2014-04-05 14:50:40 +00:00
</table>
<a class="btn btn-primary" id="upload" href="#">Upload new mission</a>