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-home.html | 50 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 templates/browse-home.html (limited to 'templates/browse-home.html') diff --git a/templates/browse-home.html b/templates/browse-home.html new file mode 100644 index 0000000..fe51858 --- /dev/null +++ b/templates/browse-home.html @@ -0,0 +1,50 @@ +{% extends "browse-layout.html" %} +{% block content %} +
+
+ +
+
+
Recent test runs
+
+ {% for (res, pkg, rel, arch, trigs) in recent_runs %} + + {{pkg}} on {{rel}}/{{arch}}
+ Triggers: {{trigs}} +
+ {% endfor %} +
+
+
+ +
+
+
Package Index
+
+

You can navigate to {{base_url}}packages/packagename to get + results for a particular package.

+ +
    + + {% for i in indexes %} +
  • {{i}}
  • + {% endfor %} +
+
+
+ + +
+ +
+
+{% endblock %} -- cgit v1.2.3