From b312b1d7e08a579b9a42827aaea775adcc07defc Mon Sep 17 00:00:00 2001 From: Marius Date: Fri, 7 Jun 2024 12:45:33 +0200 Subject: [PATCH] Updated the database view to hide the password in the connection string --- .../mariadb/general/show-internal-mariadb-credentials.tsx | 2 +- .../dashboard/mongo/general/show-internal-mongo-credentials.tsx | 2 +- .../dashboard/mysql/general/show-internal-mysql-credentials.tsx | 2 +- .../postgres/general/show-internal-postgres-credentials.tsx | 2 +- .../dashboard/redis/general/show-internal-redis-credentials.tsx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/components/dashboard/mariadb/general/show-internal-mariadb-credentials.tsx b/components/dashboard/mariadb/general/show-internal-mariadb-credentials.tsx index 7dc61772d..5bc37f499 100644 --- a/components/dashboard/mariadb/general/show-internal-mariadb-credentials.tsx +++ b/components/dashboard/mariadb/general/show-internal-mariadb-credentials.tsx @@ -60,7 +60,7 @@ export const ShowInternalMariadbCredentials = ({ mariadbId }: Props) => { diff --git a/components/dashboard/mongo/general/show-internal-mongo-credentials.tsx b/components/dashboard/mongo/general/show-internal-mongo-credentials.tsx index a57933fe2..21c4e4015 100644 --- a/components/dashboard/mongo/general/show-internal-mongo-credentials.tsx +++ b/components/dashboard/mongo/general/show-internal-mongo-credentials.tsx @@ -48,7 +48,7 @@ export const ShowInternalMongoCredentials = ({ mongoId }: Props) => { diff --git a/components/dashboard/mysql/general/show-internal-mysql-credentials.tsx b/components/dashboard/mysql/general/show-internal-mysql-credentials.tsx index 80a71bfef..16c724a3e 100644 --- a/components/dashboard/mysql/general/show-internal-mysql-credentials.tsx +++ b/components/dashboard/mysql/general/show-internal-mysql-credentials.tsx @@ -60,7 +60,7 @@ export const ShowInternalMysqlCredentials = ({ mysqlId }: Props) => { diff --git a/components/dashboard/postgres/general/show-internal-postgres-credentials.tsx b/components/dashboard/postgres/general/show-internal-postgres-credentials.tsx index def7f9c0c..8140dde5a 100644 --- a/components/dashboard/postgres/general/show-internal-postgres-credentials.tsx +++ b/components/dashboard/postgres/general/show-internal-postgres-credentials.tsx @@ -50,7 +50,7 @@ export const ShowInternalPostgresCredentials = ({ postgresId }: Props) => { diff --git a/components/dashboard/redis/general/show-internal-redis-credentials.tsx b/components/dashboard/redis/general/show-internal-redis-credentials.tsx index 3f44b37a9..3cc0770d0 100644 --- a/components/dashboard/redis/general/show-internal-redis-credentials.tsx +++ b/components/dashboard/redis/general/show-internal-redis-credentials.tsx @@ -46,7 +46,7 @@ export const ShowInternalRedisCredentials = ({ redisId }: Props) => {