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 }}
+ +
+ +
+ + +
+
+ + + + + +