mirror of https://github.com/apache/cloudstack.git
cloudstack 3.0 UI - VPC - create VPC action - make it async instead of sync.
This commit is contained in:
parent
a36fc7a9fa
commit
38e0c4b31a
|
|
@ -3595,7 +3595,12 @@
|
|||
);
|
||||
}
|
||||
});
|
||||
}
|
||||
},
|
||||
|
||||
notification: {
|
||||
poll: pollAsyncJobResult
|
||||
}
|
||||
|
||||
},
|
||||
configureVpc: {
|
||||
label: 'Configure VPC',
|
||||
|
|
|
|||
Loading…
Reference in New Issue