diff --git a/src/portal/src/app/base/left-side-nav/project-quotas/project-quotas/project-quotas.component.html b/src/portal/src/app/base/left-side-nav/project-quotas/project-quotas/project-quotas.component.html index 51c63c839..c37510b7c 100644 --- a/src/portal/src/app/base/left-side-nav/project-quotas/project-quotas/project-quotas.component.html +++ b/src/portal/src/app/base/left-side-nav/project-quotas/project-quotas/project-quotas.component.html @@ -67,7 +67,9 @@ {{ 'QUOTA.PROJECT' | translate }} {{ 'QUOTA.OWNER' | translate }} - {{ 'QUOTA.STORAGE' | translate }} + {{ + 'QUOTA.STORAGE' | translate + }} {{ 'QUOTA.PLACEHOLDER' | translate }} diff --git a/src/portal/src/app/base/left-side-nav/project-quotas/project-quotas/project-quotas.component.ts b/src/portal/src/app/base/left-side-nav/project-quotas/project-quotas/project-quotas.component.ts index 302dc1534..16aab76af 100644 --- a/src/portal/src/app/base/left-side-nav/project-quotas/project-quotas/project-quotas.component.ts +++ b/src/portal/src/app/base/left-side-nav/project-quotas/project-quotas/project-quotas.component.ts @@ -20,6 +20,7 @@ import { getPageSizeFromLocalStorage, PageSizeMapKeys, setPageSizeToLocalStorage, + getSortingString, } from '../../../../shared/units/utils'; import { ErrorHandler } from '../../../../shared/units/error-handler'; import { @@ -242,6 +243,7 @@ export class ProjectQuotasComponent implements OnChanges { reference: QuotaType, page: pageNumber, pageSize: this.pageSize, + sort: getSortingString(state), }) .pipe( finalize(() => {