Skip to content

Commit 9082a2a

Browse files
committed
Add pending/requested for icons
1 parent d890da5 commit 9082a2a

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)