mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 14:27:26 +01:00
CA-260304: WLB Configuration parameters can not be reset in XenCenter 7.2
Fixed the regression Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
This commit is contained in:
parent
48134dfd14
commit
5a7e6651cd
@ -318,9 +318,7 @@ namespace XenAdmin.SettingsPanels
|
|||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return (IsValidSmtpAddress());
|
return true; //this has been true since Boston
|
||||||
//BL: Disable it for now, will enable it after adding the port to WLB side
|
|
||||||
//return IsValidSmtpAddress() && PerfmonAlertOptionsPage.IsValidPort(TextBoxSMTPServerPort.Text);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user