mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed dashboard search dropdown issue where it closes dashboard settings view if open, also fixed so that clicking outside dashboard search will close it, Fixes #1489
This commit is contained in:
@@ -8,8 +8,8 @@
|
||||
|
||||
<div class="clearfix"></div>
|
||||
|
||||
<div dash-editor-view>
|
||||
</div>
|
||||
<div dash-editor-view></div>
|
||||
<div dash-search-view></div>
|
||||
|
||||
<div class="main-view-container">
|
||||
<div class="grafana-row" ng-controller="RowCtrl" ng-repeat="(row_name, row) in dashboard.rows" row-height>
|
||||
|
||||
Reference in New Issue
Block a user