mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
14 lines
235 B
HTML
14 lines
235 B
HTML
<table class="table table-striped">
|
|
<thead>
|
|
<tr>
|
|
<th>Mission</th>
|
|
<th>Size</th>
|
|
<th>Updated</th>
|
|
<th></th>
|
|
</tr>
|
|
</thead>
|
|
|
|
<!-- want to insert collection items, here -->
|
|
<tbody></tbody>
|
|
</table>
|