diff --git a/src/components/DeploymentLogs.tsx b/src/components/DeploymentLogs.tsx index 2080d26..f7e093f 100644 --- a/src/components/DeploymentLogs.tsx +++ b/src/components/DeploymentLogs.tsx @@ -78,13 +78,13 @@ export function DeploymentLogs({ deploymentUuid, status, initialLogs }: Deployme }; return ( -
+
{/* Header */} -
- Build Logs +
+ Build Logs
{isPolling && ( - + @@ -92,8 +92,11 @@ export function DeploymentLogs({ deploymentUuid, status, initialLogs }: Deployme )} diff --git a/src/components/DeploymentsTable.tsx b/src/components/DeploymentsTable.tsx index e5271e8..dff35b0 100644 --- a/src/components/DeploymentsTable.tsx +++ b/src/components/DeploymentsTable.tsx @@ -46,7 +46,7 @@ const StatusDot = ({ status }: { status: DeploymentStatus }) => ( const StatusBadge = ({ status }: { status: DeploymentStatus }) => ( - {STATUS_LABELS[status]} + {STATUS_LABELS[status]} ); @@ -81,7 +81,7 @@ export function DeploymentsTable({ deployments, isLoading, onRefresh }: Deployme cell: ({ row, getValue }) => ( @@ -273,13 +273,13 @@ export function DeploymentsTable({ deployments, isLoading, onRefresh }: Deployme
- + {filteredDeployments.length} deployments