email: add type filter to eventlog

This commit is contained in:
Girish Ramakrishnan
2020-03-25 20:13:45 -07:00
parent 3c858ca0fd
commit b5eac7c91b
5 changed files with 51 additions and 15 deletions

View File

@@ -7,7 +7,7 @@
<div>
<div class="col-md-10 col-md-offset-1">
<div class="filter">
<div class="eventlog-filter">
<input type="text" class="form-control" style="min-width: 350px;" ng-model="search" ng-model-options="{ debounce: 1000 }" ng-change="updateFilter()" placeholder="Search"/>
<multiselect ng-model="selectedActions" ms-header="All Events" options="a.name for a in actions" data-multiple="true" ng-change="updateFilter(true)" filter-after-rows="5" scroll-after-rows="10"></multiselect>
<select class="form-control" ng-model="pageItems" ng-options="a.name for a in pageItemCount" ng-change="updateFilter(true)"></select>