Add user state filter

pending layout fix if decided where it should be
the toolbar is getting crowded
This commit is contained in:
Johannes Zellner
2022-02-07 16:56:44 +01:00
parent f55c22bdb9
commit b9a76aa6b8
3 changed files with 15 additions and 2 deletions

View File

@@ -608,6 +608,7 @@
</ul>
</div>
</div>
<multiselect class="pull-right" style="margin-left: 5px;" ng-model="userStateFilter" ms-header="{{ 'apps.stateFilterHeader' | tr }}" ms-selected="{{ userStateFilter }}" options="state.label for state in userStates" data-multiple="false"></multiselect>
<input type="text" id="userSearchInput" class="form-control pull-right" style="max-width: 350px;" ng-model="userSearchString" ng-model-options="{ debounce: 1000 }" ng-change="updateFilter()" placeholder="{{ 'main.searchPlaceholder' | tr }}"/>
</h1>
</div>