1
0
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:
Abel Coronado 2018-04-26 15:31:34 +02:00 committed by Ruben S. Montero
parent 1deb1d7595
commit 7e8f744a95

View File

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