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
You are about to delete an Application from the resource tree. This uses the same deletion behavior as the Applications list page.
124
+
</p>
125
+
)}
126
+
<p>
108
127
Deleting the application in <kbd>foreground</kbd> or <kbd>background</kbd> mode will delete all the application's managed resources, which can be{' '}
109
128
<strong>dangerous</strong>. Be sure you understand the effects of deleting this resource before continuing. Consider asking someone to review the change first.
110
129
</p>
111
130
<divclassName='argo-form-row'>
112
131
<FormField
113
-
label={`Please type '${appName}' to confirm the deletion of the resource`}
132
+
label={`Please type '${appName}' to confirm the deletion of the ${confirmLabel}`}
You are about to delete a resource from a parent application's resource tree.
527
+
</p>
528
+
</div>
529
+
);
530
+
}
531
+
474
532
returnctx.popup.prompt(
475
-
'Delete resource',
533
+
dialogTitle,
476
534
api=>(
477
535
<div>
478
536
<p>
479
537
Are you sure you want to delete <strong>{resource.kind}</strong><kbd>{resource.name}</kbd>?
480
538
</p>
539
+
{customMessage}
481
540
<p>
482
541
Deleting resources can be <strong>dangerous</strong>. Be sure you understand the effects of deleting this resource before continuing. Consider asking someone to
0 commit comments