Undo 2013 preparation
This commit is contained in:
parent
41ab5f4346
commit
1d3c5a8a29
1 changed files with 1 additions and 12 deletions
|
@ -43,7 +43,7 @@ namespace WebsitePanel.Portal.ProviderControls
|
||||||
|
|
||||||
public const int EXCHANGE2010_PROVIDER_ID = 32;
|
public const int EXCHANGE2010_PROVIDER_ID = 32;
|
||||||
public const int EXCHANGE2010SP2_PROVIDER_ID = 90;
|
public const int EXCHANGE2010SP2_PROVIDER_ID = 90;
|
||||||
public const int EXCHANGE2013_PROVIDER_ID = 91;
|
|
||||||
|
|
||||||
public string HubTransports
|
public string HubTransports
|
||||||
{
|
{
|
||||||
|
@ -102,17 +102,6 @@ namespace WebsitePanel.Portal.ProviderControls
|
||||||
locMailboxDatabase.Visible = false;
|
locMailboxDatabase.Visible = false;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case EXCHANGE2013_PROVIDER_ID:
|
|
||||||
clusteredMailboxServer.Visible = false;
|
|
||||||
txtMailboxClusterName.Text = "";
|
|
||||||
|
|
||||||
storageGroup.Visible = false;
|
|
||||||
txtStorageGroup.Text = "";
|
|
||||||
|
|
||||||
locMailboxDatabase.Visible = false;
|
|
||||||
break;
|
|
||||||
|
|
||||||
|
|
||||||
default:
|
default:
|
||||||
storageGroup.Visible = true;
|
storageGroup.Visible = true;
|
||||||
txtStorageGroup.Text = settings["StorageGroup"];
|
txtStorageGroup.Text = settings["StorageGroup"];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue