Skip to content

Commit

Permalink
reset host search text on settings change
Browse files Browse the repository at this point in the history
  • Loading branch information
sivasamyk committed Oct 22, 2017
1 parent 6ada45b commit a219bac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ app.controller('logtrail', function ($scope, kbnUrl, $route, $routeParams,
$scope.selectedHost = null; //all systems
$scope.hosts = null;
$scope.errorMessage = null;
$scope.hostSearchText = null;

setupHostsList();
$scope.onSearchClick();
Expand Down

0 comments on commit a219bac

Please sign in to comment.