From 3452f8a6e8bc54d0ee68256ecc04b5b1edd699d6 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Sun, 22 Jan 2023 20:06:16 +0100 Subject: import templates from autopkgtest-cloud Signed-off-by: Olivier Gayot --- templates/browse-results.html | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 templates/browse-results.html (limited to 'templates/browse-results.html') diff --git a/templates/browse-results.html b/templates/browse-results.html new file mode 100644 index 0000000..7fc194a --- /dev/null +++ b/templates/browse-results.html @@ -0,0 +1,36 @@ +{% extends "browse-layout.html" %} +{% block content %} +

{{package}} [{{release}}/{{arch}}]

+ + + + + + + + + + + + + {% for row in package_results %} + + + + + + + + + + {% endfor %} + +
VersionTriggersDateDurationRequesterResult
{{row[0]}}{{row[1]}}{{row[2]}}{{row[3]}}{{row[4]}}{{row[5]}} + log   + artifacts   + {% if row[7] %} + {% set ts = row[1].split()|map('urlencode')|join("&trigger=")|safe %} + + {% endif %} +
+{% endblock %} -- cgit v1.2.3