Merge
This commit is contained in:
commit
c4b721425f
12 changed files with 459 additions and 107 deletions
|
@ -66,6 +66,7 @@ namespace WebsitePanel.Portal
|
|||
BindService();
|
||||
BindServiceProperties();
|
||||
BindServiceQuota();
|
||||
ToggleGlobalDNS();
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
@ -151,6 +152,23 @@ namespace WebsitePanel.Portal
|
|||
ctrl.BindSettings(ConvertArrayToDictionary(settings));
|
||||
}
|
||||
|
||||
|
||||
private void ToggleGlobalDNS()
|
||||
{
|
||||
DnsRecrodsPanel.Visible = DnsRecrodsHeader.Visible = ((resourceGroup.GroupName == ResourceGroups.BlackBerry) |
|
||||
(resourceGroup.GroupName == ResourceGroups.OCS)|
|
||||
(resourceGroup.GroupName == ResourceGroups.HostedCRM)|
|
||||
(resourceGroup.GroupName == ResourceGroups.Os)|
|
||||
(resourceGroup.GroupName == ResourceGroups.HostedOrganizations) |
|
||||
(resourceGroup.GroupName == ResourceGroups.HostedSharePoint) |
|
||||
(resourceGroup.GroupName == ResourceGroups.Mail)|
|
||||
(resourceGroup.GroupName == ResourceGroups.Lync)|
|
||||
(resourceGroup.GroupName == ResourceGroups.Exchange)|
|
||||
(resourceGroup.GroupName == ResourceGroups.Web)|
|
||||
(resourceGroup.GroupName == ResourceGroups.Dns));
|
||||
}
|
||||
|
||||
|
||||
private void SaveServiceProperties()
|
||||
{
|
||||
// find control
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue