mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
bug #3296: VNet wizard for 802.1Q driver always asks for PHYDEV
(cherry picked from commit 28714d0ecfcc4cebe627bebd85d167eca6a1c893)
This commit is contained in:
parent
4ad51bc884
commit
cbf503a356
@ -1216,7 +1216,7 @@ function setupCreateVNetDialog() {
|
||||
$('select#vlan,label[for="vlan"]',$create_vn_dialog).show().prop('wizard_field_disabled', false);
|
||||
$('input#vlan_id,label[for="vlan_id"]',$create_vn_dialog).show().prop('wizard_field_disabled', false);
|
||||
|
||||
$('input#phydev',$create_vn_dialog).attr('required', '');
|
||||
$('input#phydev',$create_vn_dialog).removeAttr('required');
|
||||
$('input#bridge',$create_vn_dialog).removeAttr('required');
|
||||
break;
|
||||
case "ebtables":
|
||||
|
Loading…
x
Reference in New Issue
Block a user