From 3efa6884bc691d266b5625b359a7b5c14879fa23 Mon Sep 17 00:00:00 2001 From: Tartare Bot Date: Tue, 29 Aug 2017 02:24:32 +0200 Subject: [PATCH] Fixing resizing bug of appci --- www/template_appci.html | 112 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 112 insertions(+) create mode 100644 www/template_appci.html diff --git a/www/template_appci.html b/www/template_appci.html new file mode 100644 index 0000000..5ef1ae4 --- /dev/null +++ b/www/template_appci.html @@ -0,0 +1,112 @@ + + + + + + Bootstrap Skin: Eden + + + + + + + + + + + + +
+ +
+
+
+ + + + + + {% for testname in data.testnames %} + + {% endfor %} + + + + {% for app in data.apps %} + + + + {% for status in app.statuses %} + + {% endfor %} + + {% endfor %} + +
Level
{{ testname }}
{{ app.name }}
{{ app.level }}
+ +
+ +
+ + +
+
+ + + + + +