1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

bug #3318: Ebtables Vnet driver does not use PHYDEV

(cherry picked from commit e141bd27fc148bb1ccec6d24f44925d31d42c813)
This commit is contained in:
Daniel Molina 2014-11-11 12:50:39 +01:00
parent 21eb1ed893
commit 25d6aa515f

View File

@ -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);