mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-02 01:25:39 -05:00
select cluster page and status update for tool when installing (#4251)
This commit is contained in:
@@ -102,9 +102,10 @@ export class CreateClusterModel implements Scriptable {
|
||||
return promise;
|
||||
}
|
||||
|
||||
public installTools(): Thenable<void> {
|
||||
public installTool(tool: ToolInfo): Thenable<void> {
|
||||
let promise = new Promise<void>(resolve => {
|
||||
setTimeout(() => {
|
||||
tool.status = ToolInstallationStatus.Installed;
|
||||
this._tmp_tools_installed = true;
|
||||
resolve();
|
||||
}, 2000);
|
||||
|
||||
Reference in New Issue
Block a user