cloudstack 3.0 UI - VPC - create tier action is sync, not async.

This commit is contained in:
Jessica Wang 2012-07-05 18:33:14 -07:00
parent f2546dd2bd
commit 6eebd7aa0d
2 changed files with 3 additions and 7 deletions

View File

@ -3231,10 +3231,7 @@
);
}
});
},
notification: {
poll: pollAsyncJobResult
}
}
},
editVpc: {
label: 'Edit VPC',

View File

@ -472,14 +472,13 @@
context: context,
data: args.data,
response: {
success: function(args) {
success: function(args) {
var tier = args.data;
cloudStack.ui.notifications.add(
// Notification
{
desc: actions.add.label,
poll: actions.add.notification.poll
desc: actions.add.label
},
// Success