From 46a5adf793ac2e87cb25b81cc78152c32b181601 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 29 Dec 2024 14:17:15 -0600 Subject: [PATCH] refactor: remove muted text --- .../advanced/show-application-advanced-settings.tsx | 6 +++--- .../dashboard/mariadb/advanced/show-mariadb-resources.tsx | 6 +++--- .../dashboard/mongo/advanced/show-mongo-resources.tsx | 6 +++--- .../dashboard/mysql/advanced/show-mysql-resources.tsx | 6 +++--- .../dashboard/postgres/advanced/show-postgres-resources.tsx | 6 +++--- .../dashboard/redis/advanced/show-redis-resources.tsx | 6 +++--- 6 files changed, 18 insertions(+), 18 deletions(-) diff --git a/apps/dokploy/components/dashboard/application/advanced/show-application-advanced-settings.tsx b/apps/dokploy/components/dashboard/application/advanced/show-application-advanced-settings.tsx index 3d53a1702..402e6e235 100644 --- a/apps/dokploy/components/dashboard/application/advanced/show-application-advanced-settings.tsx +++ b/apps/dokploy/components/dashboard/application/advanced/show-application-advanced-settings.tsx @@ -161,7 +161,7 @@ export const ShowApplicationResources = ({ applicationId }: Props) => { -

+

Memory hard limit in bytes. Example: 1GB = 1073741824 bytes

@@ -207,7 +207,7 @@ export const ShowApplicationResources = ({ applicationId }: Props) => { -

+

CPU quota in units of 10^-9 CPUs. Example: 2 CPUs = 2000000000

@@ -252,7 +252,7 @@ export const ShowApplicationResources = ({ applicationId }: Props) => { -

+

CPU shares (relative weight). Example: 1 CPU = 1000000000

diff --git a/apps/dokploy/components/dashboard/mariadb/advanced/show-mariadb-resources.tsx b/apps/dokploy/components/dashboard/mariadb/advanced/show-mariadb-resources.tsx index 383aaa406..7db0555ef 100644 --- a/apps/dokploy/components/dashboard/mariadb/advanced/show-mariadb-resources.tsx +++ b/apps/dokploy/components/dashboard/mariadb/advanced/show-mariadb-resources.tsx @@ -160,7 +160,7 @@ export const ShowMariadbResources = ({ mariadbId }: Props) => { -

+

Memory hard limit in bytes. Example: 1GB = 1073741824 bytes

@@ -206,7 +206,7 @@ export const ShowMariadbResources = ({ mariadbId }: Props) => { -

+

CPU quota in units of 10^-9 CPUs. Example: 2 CPUs = 2000000000

@@ -251,7 +251,7 @@ export const ShowMariadbResources = ({ mariadbId }: Props) => { -

+

CPU shares (relative weight). Example: 1 CPU = 1000000000

diff --git a/apps/dokploy/components/dashboard/mongo/advanced/show-mongo-resources.tsx b/apps/dokploy/components/dashboard/mongo/advanced/show-mongo-resources.tsx index e42f5a531..1c497611b 100644 --- a/apps/dokploy/components/dashboard/mongo/advanced/show-mongo-resources.tsx +++ b/apps/dokploy/components/dashboard/mongo/advanced/show-mongo-resources.tsx @@ -160,7 +160,7 @@ export const ShowMongoResources = ({ mongoId }: Props) => { -

+

Memory hard limit in bytes. Example: 1GB = 1073741824 bytes

@@ -206,7 +206,7 @@ export const ShowMongoResources = ({ mongoId }: Props) => { -

+

CPU quota in units of 10^-9 CPUs. Example: 2 CPUs = 2000000000

@@ -251,7 +251,7 @@ export const ShowMongoResources = ({ mongoId }: Props) => { -

+

CPU shares (relative weight). Example: 1 CPU = 1000000000

diff --git a/apps/dokploy/components/dashboard/mysql/advanced/show-mysql-resources.tsx b/apps/dokploy/components/dashboard/mysql/advanced/show-mysql-resources.tsx index e265139ba..78a524dc3 100644 --- a/apps/dokploy/components/dashboard/mysql/advanced/show-mysql-resources.tsx +++ b/apps/dokploy/components/dashboard/mysql/advanced/show-mysql-resources.tsx @@ -160,7 +160,7 @@ export const ShowMysqlResources = ({ mysqlId }: Props) => { -

+

Memory hard limit in bytes. Example: 1GB = 1073741824 bytes

@@ -206,7 +206,7 @@ export const ShowMysqlResources = ({ mysqlId }: Props) => { -

+

CPU quota in units of 10^-9 CPUs. Example: 2 CPUs = 2000000000

@@ -251,7 +251,7 @@ export const ShowMysqlResources = ({ mysqlId }: Props) => { -

+

CPU shares (relative weight). Example: 1 CPU = 1000000000

diff --git a/apps/dokploy/components/dashboard/postgres/advanced/show-postgres-resources.tsx b/apps/dokploy/components/dashboard/postgres/advanced/show-postgres-resources.tsx index d417edefc..70d36cef2 100644 --- a/apps/dokploy/components/dashboard/postgres/advanced/show-postgres-resources.tsx +++ b/apps/dokploy/components/dashboard/postgres/advanced/show-postgres-resources.tsx @@ -160,7 +160,7 @@ export const ShowPostgresResources = ({ postgresId }: Props) => { -

+

Memory hard limit in bytes. Example: 1GB = 1073741824 bytes

@@ -206,7 +206,7 @@ export const ShowPostgresResources = ({ postgresId }: Props) => { -

+

CPU quota in units of 10^-9 CPUs. Example: 2 CPUs = 2000000000

@@ -251,7 +251,7 @@ export const ShowPostgresResources = ({ postgresId }: Props) => { -

+

CPU shares (relative weight). Example: 1 CPU = 1000000000

diff --git a/apps/dokploy/components/dashboard/redis/advanced/show-redis-resources.tsx b/apps/dokploy/components/dashboard/redis/advanced/show-redis-resources.tsx index ed26d868b..9d3c7a144 100644 --- a/apps/dokploy/components/dashboard/redis/advanced/show-redis-resources.tsx +++ b/apps/dokploy/components/dashboard/redis/advanced/show-redis-resources.tsx @@ -160,7 +160,7 @@ export const ShowRedisResources = ({ redisId }: Props) => { -

+

Memory hard limit in bytes. Example: 1GB = 1073741824 bytes

@@ -206,7 +206,7 @@ export const ShowRedisResources = ({ redisId }: Props) => { -

+

CPU quota in units of 10^-9 CPUs. Example: 2 CPUs = 2000000000

@@ -251,7 +251,7 @@ export const ShowRedisResources = ({ redisId }: Props) => { -

+

CPU shares (relative weight). Example: 1 CPU = 1000000000