Skip to content

Commit

Permalink
Update keep-ui/app/incidents/[id]/incident-workflow-sidebar.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Kirill Chernakov <[email protected]>
Signed-off-by: Shahar Glazner <[email protected]>
  • Loading branch information
shahargl and Kiryous authored Oct 1, 2024
1 parent be2191f commit 036f9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keep-ui/app/incidents/[id]/incident-workflow-sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const IncidentWorkflowSidebar: React.FC<IncidentWorkflowSidebarProps> = ({
<div>
<Dialog.Title className="text-3xl font-bold" as={Title}>
Workflow Execution Details
<Badge className="ml-4" color="orange">
<Badge className="ml-4 capitalize" color={selectedExecution.status === "error" ? "red" : selectedExecution.status === "success" ? "green" : "orange"}>
{selectedExecution.status}
</Badge>
</Dialog.Title>
Expand Down

0 comments on commit 036f9a2

Please sign in to comment.