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

11 lines
172 B
HTML
Raw Normal View History

<table class="table table-striped">
<thead>
<tr>
<th>Log</th>
</tr>
</thead>
<!-- want to insert collection items, here -->
<tbody></tbody>
</table>