Fixup users filter

This commit is contained in:
Girish Ramakrishnan
2020-03-26 18:32:49 -07:00
parent b5eac7c91b
commit f9fb2ca3a1
2 changed files with 13 additions and 1 deletions

View File

@@ -356,7 +356,7 @@
<div class="row">
<div class="col-lg-12">
<div class="filter">
<div class="users-filter">
<input type="text" class="form-control" style="min-width: 350px;" ng-model="userSearchString" ng-model-options="{ debounce: 1000 }" ng-change="updateFilter()" placeholder="Search"/>
<select class="form-control" ng-model="pageItems" ng-options="a.name for a in pageItemCount" ng-change="updateFilter(true)"></select>
</div>