From 7bd0b92ea060be978ce1b9a69cfc45b4a673a342 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 1b82188fd7b..1a882248cc3 100644 --- a/ui/scripts/configuration.js +++ b/ui/scripts/configuration.js @@ -2090,7 +2090,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 ***