Merge problems fixing
This commit is contained in:
commit
3dcf48966a
5 changed files with 12 additions and 11 deletions
|
@ -20,6 +20,7 @@ namespace WebsitePanel.EnterpriseServer.HostedSolution {
|
|||
using System.Diagnostics;
|
||||
using System.Data;
|
||||
using WebsitePanel.Providers.HostedSolution;
|
||||
using WebsitePanel.Providers.Common;
|
||||
using WebsitePanel.EnterpriseServer.Base.HostedSolution;
|
||||
using WebsitePanel.Providers.ResultObjects;
|
||||
using WebsitePanel.Providers;
|
||||
|
|
|
@ -3208,7 +3208,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
"GetOrganizationDeletedUser",
|
||||
new SqlParameter("@AccountID", accountId)
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
public static IDataReader GetAdditionalGroups(int userId)
|
||||
{
|
||||
|
|
|
@ -376,19 +376,12 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
set { createdResourceMailboxes = value; }
|
||||
}
|
||||
|
||||
public int CreatedRdsServers { get; set; }
|
||||
public int CreatedRdsCollections { get; set; }
|
||||
public int CreatedRdsUsers { get; set; }
|
||||
public int AllocatedRdsServers { get; set; }
|
||||
public int AllocatedRdsCollections { get; set; }
|
||||
public int AllocatedRdsUsers { get; set; }
|
||||
|
||||
public int AllocatedDeletedUsers
|
||||
{
|
||||
get { return allocatedDeletedUsers; }
|
||||
set { allocatedDeletedUsers = value; }
|
||||
}
|
||||
|
||||
|
||||
public int DeletedUsers
|
||||
{
|
||||
get { return deletedUsers; }
|
||||
|
@ -405,6 +398,13 @@ namespace WebsitePanel.Providers.HostedSolution
|
|||
get { return usedDeletedUsersBackupStorageSpace; }
|
||||
set { usedDeletedUsersBackupStorageSpace = value; }
|
||||
}
|
||||
|
||||
public int CreatedRdsServers { get; set; }
|
||||
public int CreatedRdsCollections { get; set; }
|
||||
public int CreatedRdsUsers { get; set; }
|
||||
public int AllocatedRdsServers { get; set; }
|
||||
public int AllocatedRdsCollections { get; set; }
|
||||
public int AllocatedRdsUsers { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -579,7 +579,7 @@
|
|||
<Control key="view_deleted_user" src="WebsitePanel/ExchangeServer/OrganizationDeletedUserGeneralSettings.ascx" title="OrganizationDeletedUserGeneralSettings" type="View" />
|
||||
<Control key="deleted_user_memberof" src="WebsitePanel/ExchangeServer/OrganizationDeletedUserMemberOf.ascx" title="DeletedUserMemberOf" type="View" />
|
||||
<Control key="rds_application_edit_users" src="WebsitePanel/RDS/RDSEditApplicationUsers.ascx" title="RDSEditApplicationUsers" type="View" />
|
||||
<Control key="rds_edit_collection" src="WebsitePanel/RDS/RDSEditCollection.ascx" title="RDSEditCollection" type="View" />
|
||||
<Control key="rds_edit_collection" src="WebsitePanel/RDS/RDSEditCollection.ascx" title="RDSEditCollection" type="View" />
|
||||
</Controls>
|
||||
</ModuleDefinition>
|
||||
|
||||
|
|
|
@ -227,7 +227,7 @@
|
|||
</data>
|
||||
<data name="locRemoteDesktop.Text" xml:space="preserve">
|
||||
<value>Remote Desktop</value>
|
||||
</data>
|
||||
</data>
|
||||
<data name="lnkRdsServers.Text" xml:space="preserve">
|
||||
<value>RDS Servers</value>
|
||||
</data>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue