summaryrefslogtreecommitdiffstats
path: root/tools/pharos-dashboard/templates/dashboard/ci_pods.html
diff options
context:
space:
mode:
authormaxbr <maxbr@mi.fu-berlin.de>2016-09-12 11:16:30 +0200
committermaxbr <maxbr@mi.fu-berlin.de>2016-09-12 11:16:30 +0200
commitd4b606f0e7b656138216644004ee6d18ff754b93 (patch)
treeb5dd6d1cf46a2a3014a3f403faef3884f14aedfb /tools/pharos-dashboard/templates/dashboard/ci_pods.html
parentc684fe13cf6f3b4666a664bfdc638e446b2d123f (diff)
Add utilization column to dev pod tab
JIRA: PHAROS-263 Change-Id: I25d5d4bf4ecc23febdc0c11eae3298ada9372e83 Signed-off-by: maxbr <maxbr@mi.fu-berlin.de>
Diffstat (limited to 'tools/pharos-dashboard/templates/dashboard/ci_pods.html')
-rw-r--r--tools/pharos-dashboard/templates/dashboard/ci_pods.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pharos-dashboard/templates/dashboard/ci_pods.html b/tools/pharos-dashboard/templates/dashboard/ci_pods.html
index 2982a6ff..a754252c 100644
--- a/tools/pharos-dashboard/templates/dashboard/ci_pods.html
+++ b/tools/pharos-dashboard/templates/dashboard/ci_pods.html
@@ -41,7 +41,7 @@
href={{ pod.slave.last_job_url }}>{{ pod.slave.last_job_name }}</a>
</th>
</tr>
- {% endfor %}`
+ {% endfor %}
</tbody>
{% endblock table %}