Updated Branches: refs/heads/vpc 057d6ccbb -> cd5b79414
CS-15773: cloudstack 3.0 UI - VPC - create private gateway dialog - add Physical Network dropdown. Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/cd5b7941 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/cd5b7941 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/cd5b7941 Branch: refs/heads/vpc Commit: cd5b79414b587e4a1e656a90f2ed009526b4ed39 Parents: 057d6cc Author: Jessica Wang <[email protected]> Authored: Wed Aug 8 15:48:01 2012 -0700 Committer: Jessica Wang <[email protected]> Committed: Wed Aug 8 15:52:55 2012 -0700 ---------------------------------------------------------------------- ui/scripts/ui-custom/vpc.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/cd5b7941/ui/scripts/ui-custom/vpc.js ---------------------------------------------------------------------- diff --git a/ui/scripts/ui-custom/vpc.js b/ui/scripts/ui-custom/vpc.js index 1614de1..17cb7c9 100644 --- a/ui/scripts/ui-custom/vpc.js +++ b/ui/scripts/ui-custom/vpc.js @@ -72,6 +72,7 @@ } else { cloudStack.dialog.createForm({ form: addAction.createForm, + context: args.gateways.context, after: function(args) { var data = args.data; var $loading = $('<div>').addClass('loading-overlay').appendTo($chart);
