mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-02 01:50:29 -04:00
Some cleanup and fixes for Arc/BDC dashboards (#11075)
This commit is contained in:
@@ -24,10 +24,6 @@ export class MiaaConnectionStringsPage extends DashboardPage {
|
||||
}));
|
||||
}
|
||||
|
||||
protected async refresh(): Promise<void> {
|
||||
await this._controllerModel.refresh();
|
||||
}
|
||||
|
||||
protected get title(): string {
|
||||
return loc.connectionStrings;
|
||||
}
|
||||
|
||||
@@ -199,10 +199,7 @@ export class MiaaDashboardOverviewPage extends DashboardPage {
|
||||
this._grafanaLoading!.loading = true;
|
||||
this._databasesTableLoading!.loading = true;
|
||||
|
||||
await Promise.all([
|
||||
this._miaaModel.refresh(),
|
||||
this._controllerModel.refresh()
|
||||
]);
|
||||
await this.refresh();
|
||||
} finally {
|
||||
refreshButton.enabled = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user