Added: Support for "@" and "*" records for enabled/disable dns and ip mode
switch. Only when only one site exists. Fixed: Smartermail domain retrieval to handle records with same domain name Fixed: Added not-domain dependendent services globaldnssupport upon space or domain creation
This commit is contained in:
parent
f067884ec4
commit
aafb82015b
14 changed files with 839 additions and 313 deletions
|
@ -3778,7 +3778,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
|
||||
ret = vs.GetDeviceEvents(serviceInfo.ServerName, serviceProviderItem.Name);
|
||||
}
|
||||
catch(Exception ex)
|
||||
catch(Exception )
|
||||
{
|
||||
ret = null;
|
||||
}
|
||||
|
@ -3804,7 +3804,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
|
||||
ret = vs.GetMonitoringAlerts(serviceInfo.ServerName, serviceProviderItem.Name);
|
||||
}
|
||||
catch (Exception ex)
|
||||
catch (Exception )
|
||||
{
|
||||
ret = null;
|
||||
}
|
||||
|
@ -3832,7 +3832,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
|
||||
ret = vs.GetPerfomanceValue(serviceProviderItem.Name, perf, startPeriod, endPeriod);
|
||||
}
|
||||
catch (Exception ex)
|
||||
catch (Exception )
|
||||
{
|
||||
ret = null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue