mirror of https://github.com/apache/cloudstack.git
cloudstack 3.0 UI - VPC - create tier action is sync, not async.
This commit is contained in:
parent
f2546dd2bd
commit
6eebd7aa0d
|
|
@ -3231,10 +3231,7 @@
|
|||
);
|
||||
}
|
||||
});
|
||||
},
|
||||
notification: {
|
||||
poll: pollAsyncJobResult
|
||||
}
|
||||
}
|
||||
},
|
||||
editVpc: {
|
||||
label: 'Edit VPC',
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue