mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 17:22:55 -05:00
add listening for refreshing the top operations table (#8780)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user