mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
This commit is contained in:
parent
8eb532ac3f
commit
5caf5da7a4
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue