Commit Contribution from Helicon
Includes: - complete re-write of Web Application Gallery - Addition of Web PI Installer in Server module
This commit is contained in:
parent
3b81883a25
commit
a2beec7fe4
80 changed files with 9236 additions and 1762 deletions
|
@ -39,6 +39,12 @@ namespace WebsitePanel.Portal
|
|||
return ES.Services.WebApplicationGallery.GetGalleryApplications(packageId, categoryId);
|
||||
}
|
||||
|
||||
public GalleryApplicationsResult GetGalleryApplicationsFiltered(string pattern, int packageId)
|
||||
{
|
||||
return ES.Services.WebApplicationGallery.GetGalleryApplicationsFiltered(packageId, pattern);
|
||||
}
|
||||
|
||||
|
||||
public List<GalleryApplication> GetGalleryApplicationsByServiceId(int serviceId)
|
||||
{
|
||||
GalleryApplicationsResult result = ES.Services.WebApplicationGallery.GetGalleryApplicationsByServiceId(serviceId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue