Skip to content

Commit 6d99503

Browse files
authored
Merge pull request #73 from github/cschleiden/icons-pending
Add pending/requested for icons
2 parents a97827e + 9082a2a commit 6d99503

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/treeViews/icons.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ export function getIconForWorkflowRun({
4343
break;
4444
}
4545

46+
case "pending":
47+
return getAbsoluteIconPath("workflowruns/wr_pending.svg");
48+
49+
case "requested":
4650
case "queued":
4751
return getAbsoluteIconPath("workflowruns/wr_queued.svg");
4852

0 commit comments

Comments
 (0)