Arc - Fix KeyValueContainer refresh (#11077)

This commit is contained in:
Brian Bergeron
2020-06-24 14:19:21 -07:00
committed by GitHub
parent de263eacd1
commit e1bbbf2c9e
2 changed files with 19 additions and 7 deletions

View File

@@ -383,7 +383,6 @@ export class PostgresOverviewPage extends DashboardPage {
this.nodesTable!.data = this.getNodes();
this.nodesTableLoading!.loading = false;
}
private handlePodsUpdated() {