mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
users: adds search and pagination (#7753)
ref #7469. Follow up change that adds proper paging with 50 results per page as well as a search box to search by name, login or email.
This commit is contained in:
committed by
Torkel Ödegaard
parent
8e3f22d307
commit
9efb6e76e9
@@ -14,6 +14,12 @@
|
||||
Add new user
|
||||
</a>
|
||||
</div>
|
||||
<div class="search-field-wrapper pull-right width-18">
|
||||
<span style="position: relative;">
|
||||
<input type="text" placeholder="Find user by name/login/email" tabindex="1" give-focus="true"
|
||||
ng-model="ctrl.query" ng-model-options="{ debounce: 500 }" spellcheck='false' ng-change="ctrl.getUsers()" />
|
||||
</span>
|
||||
</div>
|
||||
<div class="admin-list-table">
|
||||
<table class="filter-table form-inline">
|
||||
<thead>
|
||||
|
||||
Reference in New Issue
Block a user