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

14 lines
242 B
HTML
Raw Normal View History

<table class="table table-striped">
<thead>
<tr>
2017-10-01 15:24:06 +00:00
<th width="100%">Filename</th>
<th>Size</th>
<th></th>
2017-10-03 23:04:09 +00:00
<th></th>
</tr>
</thead>
<!-- want to insert collection items, here -->
<tbody></tbody>
</table>