Skip to content

Commit a219bac

Browse files
committed
reset host search text on settings change
1 parent 6ada45b commit a219bac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/app.js

+1
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ app.controller('logtrail', function ($scope, kbnUrl, $route, $routeParams,
376376
$scope.selectedHost = null; //all systems
377377
$scope.hosts = null;
378378
$scope.errorMessage = null;
379+
$scope.hostSearchText = null;
379380

380381
setupHostsList();
381382
$scope.onSearchClick();

0 commit comments

Comments
 (0)