mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
fix(app): improve resource quota error handling [EE-5933] (#10951)
This commit is contained in:
parent
488fcc7cc5
commit
6d71a28584
9 changed files with 122 additions and 50 deletions
|
@ -97,10 +97,16 @@ export function ApplicationSummaryWidget() {
|
|||
<>
|
||||
{failedCreateCondition && (
|
||||
<div
|
||||
className="vertical-center alert alert-danger mb-2"
|
||||
className="flex gap-1 items-start alert alert-danger mb-2"
|
||||
data-cy="k8sAppDetail-failedCreateMessage"
|
||||
>
|
||||
<Icon icon={Info} className="mr-1" mode="danger" />
|
||||
<div className="mt-0.5">
|
||||
<Icon
|
||||
icon={Info}
|
||||
className="mr-1 shrink-0"
|
||||
mode="danger"
|
||||
/>
|
||||
</div>
|
||||
<div>
|
||||
<div className="font-semibold">
|
||||
Failed to create application
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue