support for server filtering

closes #125
This commit is contained in:
Dane Everitt 2016-10-12 17:12:27 -04:00
parent 84a4c8b7f4
commit 649b18c8d1
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
3 changed files with 48 additions and 3 deletions

View file

@ -30,6 +30,14 @@
<li class="active">Servers</li>
</ul>
<h3>All Servers</h3><hr />
<form method="GET" style="margin-bottom:20px;">
<div class="input-group">
<input type="text" name="filter" class="form-control" value="{{ urldecode(Input::get('filter')) }}" placeholder="search term" />
<div class="input-group-btn">
<button type="submit" class="btn btn-sm btn-primary">Filter Servers</button>
</div>
</div>
</form>
<table class="table table-bordered table-hover">
<thead>
<tr>