You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by je...@apache.org on 2014/05/12 22:55:20 UTC

git commit: updated refs/heads/4.4-forward to 0d7ddc4

Repository: cloudstack
Updated Branches:
  refs/heads/4.4-forward 8bb3efcd5 -> 0d7ddc433


CLOUDSTACK-6606: Fixed: create network offering dailog box has greyed out (not selectable) providers for the connectivity service.


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0d7ddc43
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0d7ddc43
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0d7ddc43

Branch: refs/heads/4.4-forward
Commit: 0d7ddc4337568939f47de875f1a03f39b54e3b30
Parents: 8bb3efc
Author: Gabor Apati-Nagy <ga...@citrix.com>
Authored: Thu May 8 16:27:02 2014 +0100
Committer: Jessica Wang <je...@apache.org>
Committed: Mon May 12 13:45:42 2014 -0700

----------------------------------------------------------------------
 ui/scripts/configuration.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0d7ddc43/ui/scripts/configuration.js
----------------------------------------------------------------------
diff --git a/ui/scripts/configuration.js b/ui/scripts/configuration.js
index 1aeb90a..53cd0c3 100644
--- a/ui/scripts/configuration.js
+++ b/ui/scripts/configuration.js
@@ -2097,7 +2097,7 @@
                                         } else { //Isolated network offering
                                             $useVpc.css('display', 'inline-block');
                                         }
-                                        var $providers = $useVpcCb.closest('form').find('.dynamic-input select');
+                                        var $providers = $useVpcCb.closest('form').find('.dynamic-input select[name!="service.Connectivity.provider"]');
                                         var $optionsOfProviders = $providers.find('option');
                                         //p.s. Netscaler is supported in both vpc and non-vpc
                                         if ($useVpc.is(':visible') && $useVpcCb.is(':checked')) { //*** vpc ***