mirror of
https://github.com/grafana/grafana.git
synced 2025-01-17 12:03:26 -06:00
dashfolders: Hide search input area when showing CTA. #10083
This commit is contained in:
parent
cd3cf5d19b
commit
f78f86d0ab
@ -1,4 +1,4 @@
|
||||
<div class="page-action-bar">
|
||||
<div class="page-action-bar" ng-hide="!ctrl.hasFilters && ctrl.sections.length === 0">
|
||||
<div class="gf-form gf-form--grow">
|
||||
<label class="gf-form-label">Search</label>
|
||||
<input type="text" class="gf-form-input max-width-30" placeholder="Find Dashboard by name" tabindex="1" give-focus="true" ng-model="ctrl.query.query" ng-model-options="{ debounce: 500 }" spellcheck='false' ng-change="ctrl.onQueryChange()" />
|
||||
|
Loading…
Reference in New Issue
Block a user