diff --git a/www/kojiweb/templates/reporequest.html.j2 b/www/kojiweb/templates/reporequest.html.j2 index 6eeaebc4..19818b03 100644 --- a/www/kojiweb/templates/reporequest.html.j2 +++ b/www/kojiweb/templates/reporequest.html.j2 @@ -7,16 +7,16 @@ Repo request {{ req_id }} not found. #else
| ID | {{ req.id }} | |
|---|---|---|
| Active | {{ req.active }} | |
| Priority | {{ req.priority }} | |
| ID | {{ req.id }} | |
| Active | {{ req.active }} | |
| Priority | {{ req.priority }} | |
| Tag | {{ req.tag_name }} | |
| At specific event | {{ at_event.id }} ({{ util.formatTimeLong(at_event.ts) }}) | |
| At specific event | {{ at_event.id }} ({{ util.formatTimeLong(at_event.ts) }}) | |
| Minimum event | {{ min_event.id }} ({{ util.formatTimeLong(min_event.ts) }}) | |
| Minimum event | {{ min_event.id }} ({{ util.formatTimeLong(min_event.ts) }}) | |
| Invalid event | Unable to determine event for request | |
| Invalid event | Unable to determine event for request | Options | {{ req.opts | tojson(indent=4) }} | diff --git a/www/kojiweb/templates/reporequests.html.j2 b/www/kojiweb/templates/reporequests.html.j2 index decf27fb..c97f9f01 100644 --- a/www/kojiweb/templates/reporequests.html.j2 +++ b/www/kojiweb/templates/reporequests.html.j2 @@ -69,7 +69,7 @@
{{ req.tag_name }}
#if not tag
- |
#if req.task_id