Added the DefaultTopPackage checkbox to the space page.
This commit is contained in:
parent
a810e3c78b
commit
cf079b2d11
11 changed files with 266 additions and 173 deletions
|
@ -52,6 +52,7 @@ namespace WebsitePanel.EnterpriseServer
|
|||
int diskSpaceQuota;
|
||||
int bandWidthQuota;
|
||||
bool overrideQuotas;
|
||||
bool defaultTopPackage;
|
||||
HostingPlanGroupInfo[] groups;
|
||||
HostingPlanQuotaInfo[] quotas;
|
||||
|
||||
|
@ -155,6 +156,12 @@ namespace WebsitePanel.EnterpriseServer
|
|||
set { this.overrideQuotas = value; }
|
||||
}
|
||||
|
||||
public bool DefaultTopPackage
|
||||
{
|
||||
get { return this.defaultTopPackage; }
|
||||
set { this.defaultTopPackage = value; }
|
||||
}
|
||||
|
||||
public HostingPlanGroupInfo[] Groups
|
||||
{
|
||||
get { return this.groups; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue