arma-server-web-admin/public/js/tpl/logs/list.html
2017-10-05 21:42:50 +02:00

14 lines
242 B
HTML

<table class="table table-striped">
<thead>
<tr>
<th width="100%">Filename</th>
<th>Size</th>
<th></th>
<th></th>
</tr>
</thead>
<!-- want to insert collection items, here -->
<tbody></tbody>
</table>