From cb88fe11dc0dc6deac4f6bc7d5afe0401bc04506 Mon Sep 17 00:00:00 2001 From: sreehari jayaraj Date: Mon, 11 Sep 2023 22:03:45 +0530 Subject: [PATCH] feat: moved everything to generic button --- .../settings/data-sources/CreateBase.vue | 40 +++++++++++-------- .../settings/data-sources/EditBase.vue | 16 ++++---- 2 files changed, 31 insertions(+), 25 deletions(-) diff --git a/packages/nc-gui/components/dashboard/settings/data-sources/CreateBase.vue b/packages/nc-gui/components/dashboard/settings/data-sources/CreateBase.vue index 9c6e5e5ae2..e47167d3b2 100644 --- a/packages/nc-gui/components/dashboard/settings/data-sources/CreateBase.vue +++ b/packages/nc-gui/components/dashboard/settings/data-sources/CreateBase.vue @@ -507,9 +507,9 @@ watch(
- + {{ $t('activity.useConnectionUrl') }} - +
@@ -531,9 +531,9 @@ watch( {{ $t('tooltip.clientCert') }} - + {{ $t('labels.clientCert') }} - + @@ -541,9 +541,9 @@ watch( - + {{ $t('labels.clientKey') }} - + @@ -552,9 +552,9 @@ watch( {{ $t('tooltip.clientCA') }} - + {{ $t('labels.serverCA') }} - + @@ -585,11 +585,11 @@ watch( /> - +
-
+ @@ -614,10 +614,10 @@ watch(
- + {{ $t('activity.editConnJson') }} - +
@@ -626,13 +626,19 @@ watch(
- + {{ $t('activity.testDbConn') }} - - - + + + {{ $t('general.submit') }} - +
diff --git a/packages/nc-gui/components/dashboard/settings/data-sources/EditBase.vue b/packages/nc-gui/components/dashboard/settings/data-sources/EditBase.vue index 941518dffc..0e27b15088 100644 --- a/packages/nc-gui/components/dashboard/settings/data-sources/EditBase.vue +++ b/packages/nc-gui/components/dashboard/settings/data-sources/EditBase.vue @@ -489,9 +489,9 @@ onMounted(async () => { {{ $t('tooltip.clientCert') }} - + {{ $t('labels.clientCert') }} - + @@ -499,9 +499,9 @@ onMounted(async () => { - + {{ $t('labels.clientKey') }} - + @@ -510,9 +510,9 @@ onMounted(async () => { {{ $t('tooltip.clientCA') }} - + {{ $t('labels.serverCA') }} - + @@ -543,9 +543,9 @@ onMounted(async () => { /> - +
-
+