mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Small tag search fix
This commit is contained in:
parent
f9f259195d
commit
33ec638323
@ -100,6 +100,7 @@ function (angular, _, config, $) {
|
||||
$scope.query.query = $scope.tagsOnly ? "tags!:" : "";
|
||||
$scope.giveSearchFocus = $scope.giveSearchFocus + 1;
|
||||
$scope.selectedIndex = -1;
|
||||
$scope.search();
|
||||
};
|
||||
|
||||
$scope.search = function() {
|
||||
|
Loading…
Reference in New Issue
Block a user