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:
parent
a4739f1701
commit
5f040bf788
2 changed files with 8 additions and 15 deletions
|
@ -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)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue