From bfe6afcd7ac5ae7b6f07caa7b02a33fec710ebda Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Thu, 28 Apr 2011 17:58:13 -0500 Subject: Rename isotests to releng Signed-off-by: Dan McGee --- templates/releng/result_list.html | 41 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 templates/releng/result_list.html (limited to 'templates/releng/result_list.html') diff --git a/templates/releng/result_list.html b/templates/releng/result_list.html new file mode 100644 index 0000000..b3ae025 --- /dev/null +++ b/templates/releng/result_list.html @@ -0,0 +1,41 @@ +{% extends "base.html" %} + +{% block content %} +
+

Results for: + {% if option %}{{ option|title }}: {{ value }}{% endif %} + {{ iso_name|default:"" }} +

+ +

Go back to testing results

+ + + + + + + + + + + + {% for test in test_list %} + + + + + + + {% endfor %} + +
IsoSubmitted ByDate SubmittedSuccess
{{ test.iso.name }}{{ test.user_name }}{{ test.created|date }}{{ test.success|yesno }}
+
+{% load cdn %}{% jquery %} + + + +{% endblock %} -- cgit v1.2.3-24-g4f1b