arma-server-web-admin/public/js/tpl/mods/list.html
Björn Dahlgren 8a16c69e3e Add metadata about mods
* Mod info
* Size
* Steam Workshop info
2021-12-27 20:12:04 +01:00

18 lines
339 B
HTML

<a class="btn btn-primary" id="refresh" href="#">
<span class="glyphicon glyphicon-refresh"></span>
Refresh
</a>
<table class="table table-striped">
<thead>
<tr>
<th width="100%">Mod</th>
<th>Size</th>
<th></th>
</tr>
</thead>
<!-- want to insert collection items, here -->
<tbody></tbody>
</table>