cloudstack 3.0 UI - VPC - create VPC action - make it async instead of sync.

This commit is contained in:
Jessica Wang 2012-07-16 14:07:42 -07:00
parent a36fc7a9fa
commit 38e0c4b31a
1 changed files with 6 additions and 1 deletions

View File

@ -3595,7 +3595,12 @@
);
}
});
}
},
notification: {
poll: pollAsyncJobResult
}
},
configureVpc: {
label: 'Configure VPC',