From 09626337ab81bcb6af6da737ec17462add6a4fb1 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 016a91ea932..877dbc00210 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( - $('