mirror of
https://github.com/OpenNebula/one.git
synced 2025-04-02 10:50:07 +03:00
F #1807: PHY_DEV mandatory (VXLAN)
This commit is contained in:
parent
1deb1d7595
commit
7e8f744a95
@ -166,13 +166,13 @@ define(function(require) {
|
||||
|
||||
$("input#bridge", context).removeAttr("required");
|
||||
$("#automatic_vlan_id option[value='NO']", context).hide();
|
||||
$("#phydev", context).attr("required", "");
|
||||
break;
|
||||
case "ebtables":
|
||||
$("div.mode_param.ebtables", context).show();
|
||||
$("div.mode_param.ebtables [wizard_field]", context).prop("wizard_field_disabled", false);
|
||||
|
||||
$("input#bridge", context).attr("required", "");
|
||||
$("#phydev", context).attr("required", "");
|
||||
break;
|
||||
case "ovswitch":
|
||||
$("div.mode_param.ovswitch", context).show();
|
||||
|
Loading…
x
Reference in New Issue
Block a user