mirror of
https://github.com/Dahlgren/arma-server-web-admin.git
synced 2024-08-30 17:22:10 +00:00
14 lines
350 B
HTML
14 lines
350 B
HTML
<a class="btn btn-primary" id="refresh" href="#">
|
|
<span class="glyphicon glyphicon-refresh"></span>
|
|
Refresh
|
|
</a>
|
|
|
|
<form>
|
|
<div class="form-group">
|
|
<label for="filterMods">Filter</label>
|
|
<input type="text" class="form-control" id="filterMods" placeholder="Filter mods..." value="<%-filterValue%>">
|
|
</div>
|
|
</form>
|
|
|
|
<div id="list"></div>
|