From 38e0c4b31a3d26e76df082dd1d2c0f0aa9d16192 Mon Sep 17 00:00:00 2001 From: Jessica Wang Date: Mon, 16 Jul 2012 14:07:42 -0700 Subject: [PATCH] cloudstack 3.0 UI - VPC - create VPC action - make it async instead of sync. --- ui/scripts/network.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ui/scripts/network.js b/ui/scripts/network.js index a517c570f8a..ada01629d28 100644 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -3595,7 +3595,12 @@ ); } }); - } + }, + + notification: { + poll: pollAsyncJobResult + } + }, configureVpc: { label: 'Configure VPC',