We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ada45b commit a219bacCopy full SHA for a219bac
1 file changed
public/app.js
@@ -376,6 +376,7 @@ app.controller('logtrail', function ($scope, kbnUrl, $route, $routeParams,
376
$scope.selectedHost = null; //all systems
377
$scope.hosts = null;
378
$scope.errorMessage = null;
379
+ $scope.hostSearchText = null;
380
381
setupHostsList();
382
$scope.onSearchClick();
0 commit comments