add listening for refreshing the top operations table (#8780)

This commit is contained in:
Anthony Dresser
2020-01-03 11:28:32 -08:00
committed by GitHub
parent d647dbde09
commit 5b34dd2eee

View File

@@ -66,6 +66,7 @@ export class TopOperationsView extends Disposable implements IPanelView {
});
this._register(this.table);
this._register(attachTableStyler(this.table, this.themeService));
this._register(this.dataView.onRowCountChange(() => this.table.updateRowCount()));
}
public render(container: HTMLElement): void {