diff --git a/client/web/admin/src/components/Connection/CConnectionEditorDAL.vue b/client/web/admin/src/components/Connection/CConnectionEditorDAL.vue
index 8ddd64f93..d112efb99 100644
--- a/client/web/admin/src/components/Connection/CConnectionEditorDAL.vue
+++ b/client/web/admin/src/components/Connection/CConnectionEditorDAL.vue
@@ -1,100 +1,99 @@
-
-
-
-
-
- {{ issue.issue }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
- {{ $t('no-access-warning') }}
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -108,7 +107,6 @@ export default {
props: {
disabled: { type: Boolean, default: false },
- canManage: { type: Boolean, default: false },
dal: {
type: Object,
@@ -119,6 +117,16 @@ export default {
type: Array,
default: () => ([]),
},
+
+ processing: {
+ type: Boolean,
+ value: false,
+ },
+
+ success: {
+ type: Boolean,
+ value: false,
+ },
},
data () {
diff --git a/client/web/admin/src/components/Connection/CConnectionEditorInfo.vue b/client/web/admin/src/components/Connection/CConnectionEditorInfo.vue
index 9912522a5..75df4fbaf 100644
--- a/client/web/admin/src/components/Connection/CConnectionEditorInfo.vue
+++ b/client/web/admin/src/components/Connection/CConnectionEditorInfo.vue
@@ -2,6 +2,8 @@
@@ -18,7 +20,6 @@
@@ -60,7 +61,6 @@
>
@@ -117,7 +117,6 @@
>
@@ -135,18 +134,37 @@
+
+
+
+ {{ connection.deletedAt ? $t('general:label.undelete') : $t('general:label.delete') }}
+
+
+
+