From c6e368200e9027d52562e2f6c04e63b57b6ff2ec Mon Sep 17 00:00:00 2001 From: Mike McLean Date: Fri, 30 May 2025 10:36:09 -0400 Subject: [PATCH] html fixes --- www/kojiweb/templates/reporequest.html.j2 | 12 ++++++------ www/kojiweb/templates/reporequests.html.j2 | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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