diff --git a/ui/src/pages/AppsTab/AppsTab.tsx b/ui/src/pages/AppsTab/AppsTab.tsx index 46c33a25..3363085e 100644 --- a/ui/src/pages/AppsTab/AppsTab.tsx +++ b/ui/src/pages/AppsTab/AppsTab.tsx @@ -51,7 +51,7 @@ const STATUS_COLORS: Record = { +const DEPLOY_STATUS_DOT: Record = { RUNNING: 'live', STARTING: 'running', DEGRADED: 'stale', STOPPING: 'stale', STOPPED: 'dead', FAILED: 'error', };