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 - - - + + + #if req.at_event - + #elif req.min_event - + #else - + #endif #if req.opts 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 @@ #if req.task_id
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 eventUnable to determine event for request
Invalid eventUnable to determine event for request
Options{{ req.opts | tojson(indent=4) }} {{ req.tag_name }} #if not tag - + ^ #endif