ux: minor changes to search input

This commit is contained in:
Torkel Ödegaard
2017-12-14 13:08:32 +01:00
parent b012131050
commit 0085114d4e
6 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@
<div ng-if="ctrl.unfiltered.length">
<div class="page-action-bar">
<label class="gf-form gf-form--grow gf-form--has-input-icon">
<input type="text" class="gf-form-input width-20" ng-model="ctrl.searchQuery" ng-change="ctrl.onQueryUpdated()" give-focus="true" placeholder="Filter by name or type" />
<input type="text" class="gf-form-input width-20" ng-model="ctrl.searchQuery" ng-change="ctrl.onQueryUpdated()" placeholder="Filter by name or type" />
<i class="gf-form-input-icon fa fa-search"></i>
</label>
<div class="page-action-bar__spacer"></div>