From 58d913c25dbec799f01fd51eb31996bfbe6a3eb7 Mon Sep 17 00:00:00 2001 From: Gabor Apati-Nagy Date: Thu, 8 May 2014 16:27:02 +0100 Subject: [PATCH] CLOUDSTACK-6606: Fixed: create network offering dailog box has greyed out (not selectable) providers for the connectivity service. --- ui/scripts/configuration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/scripts/configuration.js b/ui/scripts/configuration.js index 704f4dd9db0..54c03e72465 100644 --- a/ui/scripts/configuration.js +++ b/ui/scripts/configuration.js @@ -2175,7 +2175,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 ***