mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-10 18:22:34 -05:00
add placeholder for container username/password input box (#4210)
* add placeholder for container username/password input box * spacing
This commit is contained in:
@@ -91,7 +91,7 @@ export class CreateClusterModel {
|
||||
setTimeout(() => {
|
||||
let tools = this.targetClusterType === TargetClusterType.ExistingKubernetesCluster ? [kubeCtl, mssqlCtl] : [kubeCtl, mssqlCtl, azureCli];
|
||||
resolve(tools);
|
||||
}, 3000);
|
||||
}, 2000);
|
||||
});
|
||||
return promise;
|
||||
}
|
||||
@@ -101,7 +101,7 @@ export class CreateClusterModel {
|
||||
setTimeout(() => {
|
||||
this._tmp_tools_installed = true;
|
||||
resolve();
|
||||
}, 10000)
|
||||
}, 2000);
|
||||
});
|
||||
return promise;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user