From 03f923c6e21202425ed7e0fd8c7f8bd99adb3b64 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Mon, 21 Oct 2024 00:43:04 -0600 Subject: [PATCH] refactor: update show servers --- .../components/dashboard/settings/billing/show-billing.tsx | 2 +- .../components/dashboard/settings/servers/show-servers.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dokploy/components/dashboard/settings/billing/show-billing.tsx b/apps/dokploy/components/dashboard/settings/billing/show-billing.tsx index 049ce2b8..acac4fdf 100644 --- a/apps/dokploy/components/dashboard/settings/billing/show-billing.tsx +++ b/apps/dokploy/components/dashboard/settings/billing/show-billing.tsx @@ -59,7 +59,7 @@ export const ShowBilling = () => { const safePercentage = Math.min(percentage, 100); return ( -
+
{ variant={ server.serverStatus === "active" ? "default" - : "secondary" + : "destructive" } > {server.serverStatus}