mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2025-01-20 07:19:18 +01:00
Merge pull request #812 from GaborApatiNagy/master_CA-153143
CA-153143: [SCTX-1925] Workflow bug in adding a VIF
This commit is contained in:
commit
265f52d823
@ -146,6 +146,11 @@ namespace XenAdmin.Dialogs
|
||||
}
|
||||
|
||||
void promptTextBoxMac_TextChanged(object sender, EventArgs e)
|
||||
{
|
||||
ValidateMACAddress();
|
||||
}
|
||||
|
||||
private void ValidateMACAddress()
|
||||
{
|
||||
if (MACAddressHasChanged() && !MACAddressIsAcceptable())
|
||||
{
|
||||
@ -215,6 +220,7 @@ namespace XenAdmin.Dialogs
|
||||
|
||||
private void NetworkComboBox_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
ValidateMACAddress();
|
||||
updateEnablement();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user