mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Hook up MIAA dashboard overview (#10890)
* Hook up MIAA dashboard overview * Fix merge conflicts * Fix links * Remove extra &
This commit is contained in:
@@ -56,11 +56,12 @@ export async function activate(context: vscode.ExtensionContext): Promise<void>
|
||||
groupId: undefined,
|
||||
options: connection.options
|
||||
};
|
||||
const instanceNamespace = '';
|
||||
const instanceName = '';
|
||||
|
||||
try {
|
||||
const controllerModel = new ControllerModel(controllerUrl, auth);
|
||||
const miaaModel = new MiaaModel(connectionProfile, instanceName);
|
||||
const miaaModel = new MiaaModel(connectionProfile, controllerUrl, auth, instanceNamespace, instanceName);
|
||||
const miaaDashboard = new MiaaDashboard(controllerModel, miaaModel);
|
||||
|
||||
await Promise.all([
|
||||
|
||||
Reference in New Issue
Block a user