From 25d6aa515f7517dcab792e15c1c655445b9a0d7e Mon Sep 17 00:00:00 2001 From: Daniel Molina Date: Tue, 11 Nov 2014 12:50:39 +0100 Subject: [PATCH] bug #3318: Ebtables Vnet driver does not use PHYDEV (cherry picked from commit e141bd27fc148bb1ccec6d24f44925d31d42c813) --- src/sunstone/public/js/plugins/vnets-tab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sunstone/public/js/plugins/vnets-tab.js b/src/sunstone/public/js/plugins/vnets-tab.js index bc21f94f54..2e8ae906f8 100644 --- a/src/sunstone/public/js/plugins/vnets-tab.js +++ b/src/sunstone/public/js/plugins/vnets-tab.js @@ -1221,7 +1221,7 @@ function setupCreateVNetDialog() { break; case "ebtables": $('input#bridge,label[for="bridge"]',$create_vn_dialog).show().prop('wizard_field_disabled', false); - $('input#phydev,label[for="phydev"]',$create_vn_dialog).show().prop('wizard_field_disabled', false); + $('input#phydev,label[for="phydev"]',$create_vn_dialog).hide().prop('wizard_field_disabled', true); $('select#vlan,label[for="vlan"]',$create_vn_dialog).show().prop('wizard_field_disabled', false); $('input#vlan_id,label[for="vlan_id"]',$create_vn_dialog).hide().prop('wizard_field_disabled', true);