Pass _custom correctly to VPC tier add VM action

This commit is contained in:
Brian Federle 2012-06-28 14:20:17 -07:00
parent 6d78cc4000
commit 9bbbc4e356
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -433,7 +433,7 @@
cloudStack.instanceWizard
),
notification: {
poll: function(args) { args.complete(); }
poll: pollAsyncJobResult
}
},
acl: {