diff --git a/www/template_appci.html b/www/template_appci.html index 5ef1ae4..43578dc 100644 --- a/www/template_appci.html +++ b/www/template_appci.html @@ -3,7 +3,7 @@ - Bootstrap Skin: Eden + Apps CI Dashboard @@ -18,7 +18,7 @@ { margin-left:auto; margin-right:auto; - width:1000px; + /*width:1000px;*/ } .navbar-holder-dark{ padding: 20px 20px 200px 20px; @@ -50,7 +50,7 @@ border:none; } - tr { display: block; width: 100%; } + /*tr { display: block; width: 100%; }*/ th, td { display: block; border: none; padding; 0px;float: left; height:33px; width: 33px; margin: 5px; } th.appname, td.appname { text-align: center; width:130px; padding-top:9px !important; } @@ -76,21 +76,21 @@
- - - - {% for testname in data.testnames %} - - {% endfor %} - + + + + {% for testname in data.testnames %} + + {% endfor %} + {% for app in data.apps %} - - - + + + {% for status in app.statuses %} - + {% endfor %} {% endfor %}
Level
{{ testname }}
Level
{{ testname }}
{{ app.name }}
{{ app.level }}
{{ app.name }}
{{ app.level }}