Skip to content

Commit

Permalink
fix: add HTTP genre and sort (#6798)
Browse files Browse the repository at this point in the history
Signed-off-by: rwong2888 <rwong@forbes.com>
  • Loading branch information
rwong2888 authored Sep 29, 2021
1 parent 87a5732 commit 4f4157b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions ui/src/app/workflows/components/workflow-dag/genres.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
export const genres = {
Pod: true,
Collapsed: true,
Container: true,
Steps: true,
DAG: true,
HTTP: true,
Pod: true,
Retry: true,
Skipped: true,
Suspend: true,
TaskGroup: false,
StepGroup: false,
Collapsed: true
Steps: true,
Suspend: true,
TaskGroup: false
};

0 comments on commit 4f4157b

Please sign in to comment.