mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +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
|
||||
{
|
||||
return (IsValidSmtpAddress());
|
||||
//BL: Disable it for now, will enable it after adding the port to WLB side
|
||||
//return IsValidSmtpAddress() && PerfmonAlertOptionsPage.IsValidPort(TextBoxSMTPServerPort.Text);
|
||||
return true; //this has been true since Boston
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user