Updated Branches:
  refs/heads/master 2d6369c82 -> 09626337a

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/09626337
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/09626337
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/09626337

Branch: refs/heads/master
Commit: 09626337ab81bcb6af6da737ec17462add6a4fb1
Parents: 2d6369c
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:50:30 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/09626337/ui/scripts/ui-custom/zoneWizard.js
----------------------------------------------------------------------
diff --git a/ui/scripts/ui-custom/zoneWizard.js 
b/ui/scripts/ui-custom/zoneWizard.js
index 016a91e..877dbc0 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'

Reply via email to