diff --git a/apps/dokploy/components/dashboard/settings/servers/show-servers.tsx b/apps/dokploy/components/dashboard/settings/servers/show-servers.tsx index 2efc718ee..e0aa3c54e 100644 --- a/apps/dokploy/components/dashboard/settings/servers/show-servers.tsx +++ b/apps/dokploy/components/dashboard/settings/servers/show-servers.tsx @@ -173,26 +173,41 @@ export const ShowServers = () => { )} -
- {isCloud && ( + +
+ {isCloud && ( + <> + {server.serverStatus === "active" ? ( + + {server.serverStatus} + + ) : ( + + + + + {server.serverStatus} + + + + +

+ This server is deactivated due to lack of payment. Please pay your invoice to reactivate it. If you think this is an error, please contact support. +

+
+
+ )} + + )} - {server.serverStatus} + {server.serverType} - )} - - {server.serverType} - -
+
+