Updated Branches: refs/heads/4.1 4797e67d9 -> 8bb43effe
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. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8bb43eff Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8bb43eff Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8bb43eff Branch: refs/heads/4.1 Commit: 8bb43effe728952c6c8ac784cb809a59e376b228 Parents: 4797e67 Author: Hiroaki KAWAI <ka...@stratosphere.co.jp> Authored: Wed May 22 17:04:12 2013 +0900 Committer: Hiroaki KAWAI <ka...@stratosphere.co.jp> Committed: Tue Jun 25 15:49:57 2013 +0900 ---------------------------------------------------------------------- ui/scripts/ui-custom/zoneWizard.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8bb43eff/ui/scripts/ui-custom/zoneWizard.js ---------------------------------------------------------------------- diff --git a/ui/scripts/ui-custom/zoneWizard.js b/ui/scripts/ui-custom/zoneWizard.js index c31a5e0..0d4525f 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( - $('<div>').addClass('name').append( - $('<label>').html('Physical network name') - ), - $('<div>').addClass('value').append( - $('<input>').attr({ type: 'text' }).addClass('required') - ), $('<div>').append( - $('<span style=\"font-size:11px\;padding-right:5px;padding-left:50px">').html('Isolation method'), + $('<span style=\"font-size:11px;padding-right:5px;padding-left:40px\">').html('Isolation method'), $('<select>').append( $('<option>').attr({ value: 'VLAN'