Skip to content

Commit

Permalink
hub: add menu item for failed tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyw committed Oct 20, 2023
1 parent a4bbbbe commit 690fd27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions osh/hub/menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
MenuItem("Tasks", "task/index", menu=(
MenuItem("All", "task/index"),
MenuItem("Running", "task/running"),
MenuItem("Failed", "task/failed"),
MenuItem("Finished", "task/finished"),
MenuItem("Errata Tool Tasks", "task/et"),
)),
Expand Down

0 comments on commit 690fd27

Please sign in to comment.