You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When no space quota has been assigned fall back on more realistive quota (#3541)
* When no space quota has been assigned fall back on more realistive quota
- before, if no space quota was found, a rough match for the default quota was used
- this missed the `paid service plan` property
- now, before falling back on the 'infinite' quota, try to use the more realistive org quota
* Fix unit test
Copy file name to clipboardexpand all lines: src/frontend/packages/core/src/features/cloud-foundry/tabs/cloud-foundry-organizations/cloud-foundry-organization-spaces/tabs/cloud-foundry-space-summary/cloud-foundry-space-summary.component.html
Copy file name to clipboardexpand all lines: src/frontend/packages/core/src/shared/components/cards/card-cf-space-details/card-cf-space-details.component.html
Copy file name to clipboardexpand all lines: src/frontend/packages/core/src/shared/components/cards/card-cf-space-details/card-cf-space-details.component.ts
Copy file name to clipboardexpand all lines: src/frontend/packages/core/src/shared/components/list/list-types/cf-orgs/cf-org-card/cf-org-card.component.ts
+2-2
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ import { createQuotaDefinition } from '../../../../../../features/cloud-foundry/
Copy file name to clipboardexpand all lines: src/frontend/packages/core/src/shared/components/list/list-types/cf-spaces/cf-space-card/cf-space-card.component.ts
+6-5
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ import { SpaceQuotaHelper } from '../../../../../../features/cloud-foundry/servi
0 commit comments