Skip to content

Commit

Permalink
Ensure we provide the cluster when toggling completed recoveries (#38543
Browse files Browse the repository at this point in the history
)
  • Loading branch information
chrisronline authored Jun 13, 2019
1 parent 3e06e6b commit b1a7bcb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class ElasticsearchOverviewController extends MonitoringViewBaseControlle
this.toggleShardActivityHistory = () => {
this.showShardActivityHistory = !this.showShardActivityHistory;
$scope.$evalAsync(() => {
this.renderReact(this.data);
this.renderReact(this.data, $scope.cluster);
});
};

Expand Down

0 comments on commit b1a7bcb

Please sign in to comment.