mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
This commit is contained in:
parent
4a9460dd8f
commit
45ddd0a7a9
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