Skip to content

Commit aa9717d

Browse files
authored
Add startup failure icon (#87)
1 parent 0261e54 commit aa9717d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/treeViews/icons.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export function getIconForWorkflowRun({
3030
case "success":
3131
return getAbsoluteIconPath("workflowruns/wr_success.svg");
3232

33+
case "startup_failure":
3334
case "failure":
3435
return getAbsoluteIconPath("workflowruns/wr_failure.svg");
3536

0 commit comments

Comments
 (0)