mirror of https://github.com/apache/cloudstack.git
Pass _custom correctly to VPC tier add VM action
This commit is contained in:
parent
6d78cc4000
commit
9bbbc4e356
|
|
@ -213,12 +213,14 @@
|
|||
|
||||
var success = function(args) {
|
||||
var remove = args ? args.remove : false;
|
||||
var _custom = args ? args._custom : {};
|
||||
|
||||
cloudStack.ui.notifications.add(
|
||||
// Notification
|
||||
{
|
||||
desc: label,
|
||||
poll: notification.poll
|
||||
poll: notification.poll,
|
||||
_custom: _custom
|
||||
},
|
||||
|
||||
// Success
|
||||
|
|
|
|||
|
|
@ -433,7 +433,7 @@
|
|||
cloudStack.instanceWizard
|
||||
),
|
||||
notification: {
|
||||
poll: function(args) { args.complete(); }
|
||||
poll: pollAsyncJobResult
|
||||
}
|
||||
},
|
||||
acl: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue