mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-12 02:58:31 -05:00
@@ -18,7 +18,7 @@ import { PostgresResourceHealthPage } from './postgresResourceHealthPage';
|
||||
|
||||
export class PostgresDashboard extends Dashboard {
|
||||
constructor(private _context: vscode.ExtensionContext, private _controllerModel: ControllerModel, private _postgresModel: PostgresModel) {
|
||||
super(loc.postgresDashboard);
|
||||
super(loc.postgresDashboard(_postgresModel.name));
|
||||
}
|
||||
|
||||
public async showDashboard(): Promise<void> {
|
||||
|
||||
Reference in New Issue
Block a user