diff --git a/appci/templates/branch.html b/appci/templates/branch.html index bd72a3e..3923e04 100644 --- a/appci/templates/branch.html +++ b/appci/templates/branch.html @@ -61,6 +61,8 @@ .canvasjs-chart-credit { display: none; } + .daysAgo { font-size: 12px; width:100px; } + @@ -83,6 +85,7 @@ {% for test in data.tests %}
{{ test }}
{% endfor %} + @@ -97,6 +100,8 @@ {% endfor %} {% endif %} + + {% endfor %} @@ -144,5 +149,19 @@ chart.render(); } + +