diff --git a/web/app/(dashboard)/dashboard/projects/[slug]/[env]/services/[serviceId]/page.tsx b/web/app/(dashboard)/dashboard/projects/[slug]/[env]/services/[serviceId]/page.tsx index 278395c..c0a41ea 100644 --- a/web/app/(dashboard)/dashboard/projects/[slug]/[env]/services/[serviceId]/page.tsx +++ b/web/app/(dashboard)/dashboard/projects/[slug]/[env]/services/[serviceId]/page.tsx @@ -126,6 +126,8 @@ export default function DeploymentsPage() { return (
Building
-- {BUILD_STATUS_LABELS[barState.buildStatus] || "Building"} -
-- {isMigrating ? "Migrating" : "Deploying"} -
-{status}
-- {hasChanges - ? `${changes.length} pending change${changes.length !== 1 ? "s" : ""}` - : "Ready to deploy"} -
- {hasChanges ? ( -- This service has no active deployments. -
- )} -+ This service has no active deployments. +
+ )}No servers configured
+ ) : ( + overview.serverSummaries.map((server) => ( +No servers configured
- ) : ( - overview.serverSummaries.map((server) => ( -