From 3be8d615ceb61d8fcaceea2431ff3e2d7ed0ecbd Mon Sep 17 00:00:00 2001 From: Emmy Leke Date: Wed, 3 Jul 2024 05:21:38 +0100 Subject: [PATCH] Replace confirmation toggle with c-input-confirm --- .../src/components/Apigw/CRouteEditorInfo.vue | 11 +-- .../Application/CApplicationEditorInfo.vue | 11 +-- .../Authclient/CAuthclientEditorInfo.vue | 24 ++--- client/web/admin/src/components/C3.js | 2 - .../src/components/ConfirmationToggle.c3.js | 17 ---- .../src/components/ConfirmationToggle.vue | 89 ------------------- .../Connection/CConnectionEditorInfo.vue | 8 +- .../Federation/CFederationEditorInfo.vue | 11 +-- .../components/Queues/CQueueEditorInfo.vue | 11 +-- .../src/components/Role/CRoleEditorInfo.vue | 18 ++-- .../CSensitivityLevelEditorInfo.vue | 11 +-- .../Settings/System/CSystemEditorExternal.vue | 2 - .../Template/CTemplateEditorInfo.vue | 11 +-- .../src/components/User/CUserEditorInfo.vue | 25 +++--- .../components/User/CUserEditorPassword.vue | 12 +-- .../Workflow/CWorkflowEditorInfo.vue | 11 +-- client/web/admin/tests/lib/helpers.js | 1 - 17 files changed, 63 insertions(+), 212 deletions(-) delete mode 100644 client/web/admin/src/components/ConfirmationToggle.c3.js delete mode 100644 client/web/admin/src/components/ConfirmationToggle.vue diff --git a/client/web/admin/src/components/Apigw/CRouteEditorInfo.vue b/client/web/admin/src/components/Apigw/CRouteEditorInfo.vue index 0293367d8..96beb8dc8 100644 --- a/client/web/admin/src/components/Apigw/CRouteEditorInfo.vue +++ b/client/web/admin/src/components/Apigw/CRouteEditorInfo.vue @@ -115,13 +115,15 @@