From 8bb43effe728952c6c8ac784cb809a59e376b228 Mon Sep 17 00:00:00 2001 From: Hiroaki KAWAI Date: Wed, 22 May 2013 17:04:12 +0900 Subject: [PATCH] CLOUDSTACK-1194: fix that isolation method does not show in Firefox. zoneWizard.js puts field name and value twice where we need only and css padding overflows in some browser rendering. The result is that isolation method pull down menu will be pushed down and hidden under the next box element. --- ui/scripts/ui-custom/zoneWizard.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/ui/scripts/ui-custom/zoneWizard.js b/ui/scripts/ui-custom/zoneWizard.js index c31a5e0e93a..0d4525f9ac3 100644 --- a/ui/scripts/ui-custom/zoneWizard.js +++ b/ui/scripts/ui-custom/zoneWizard.js @@ -606,14 +606,8 @@ //Advanced zone supports 2 isolation method(VLAN, GRE), so show dropdown including the 2 options if($wizard.find('.select-network-model input:radio[name=network-model]:checked').val() == 'Advanced') { $nameField.append( - $('
').addClass('name').append( - $('