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 Nov 9, 2023
1 parent cc5264a commit 929e014
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ report bugs and feature requests on GitHub using the above URL.
- `python3-jira`
- `python3-kobo-client`
- `python3-kobo-django`
- `python3-kobo-hub >= 0.32.0`
- `python3-kobo-hub >= 0.33.0`
- `python3-kobo-rpmlib`
- `python3-mod_wsgi`
- `python3-psycopg2`
Expand Down
2 changes: 1 addition & 1 deletion osh.spec
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Requires: mod_ssl
Requires: python3-django >= %{min_required_version_django}
Requires: python3-kobo-client
Requires: python3-kobo-django
Requires: python3-kobo-hub >= 0.32.0
Requires: python3-kobo-hub >= 0.33.0
Requires: python3-kobo-rpmlib
Requires: python3-mod_wsgi
# PostgreSQL adapter for python
Expand Down
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 929e014

Please sign in to comment.