1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 07:19:41 +02:00

fix(app): namespace selector fixes [EE-6561] (#10977)

This commit is contained in:
Ali 2024-01-19 12:20:44 +13:00 committed by GitHub
parent a4739f1701
commit 5f040bf788
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 15 deletions

View file

@ -42,13 +42,6 @@ export function ResourceReservationFormSection({
application. Maximums are inherited from the namespace quota.
</TextTip>
)}
{namespaceHasQuota && resourceQuotaCapacityExceeded && (
<TextTip color="red">
This namespace has exhausted its resource capacity and you will not be
able to deploy the application. Contact your administrator to expand
the capacity of the namespace.
</TextTip>
)}
<FormControl
className="flex flex-row"
label="Memory limit (MB)"