From 29335114eb7265c231007b7bfcf075ca45be0896 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 19 Sep 2023 19:05:05 -0400 Subject: [PATCH] fix(ui): use background delete to match k8s terminology Signed-off-by: Josh Soref --- ui/src/app/applications/components/utils.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/app/applications/components/utils.tsx b/ui/src/app/applications/components/utils.tsx index 674ffc6728db4..6d37a7bc98c5a 100644 --- a/ui/src/app/applications/components/utils.tsx +++ b/ui/src/app/applications/components/utils.tsx @@ -361,7 +361,7 @@ export const deletePopup = async (ctx: ContextApis, resource: ResourceTreeNode, handleStateChange('force')} style={{marginRight: '5px'}} id='force-delete-radio' /> handleStateChange('orphan')} style={{marginRight: '5px'}} id='cascade-delete-radio' />