summaryrefslogtreecommitdiffstats
path: root/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
commit7c5fb4bcc0f291bc0d9563545a2a7112084d5b26 (patch)
tree1edc9abf5f01a31bc0a1a95c5743da1b82b5995f /pharos-dashboard/templates/dashboard/ci_pods.html
parente74c3f8f656a35bc8d482f997b4cea7515916026 (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 'pharos-dashboard/templates/dashboard/ci_pods.html')
-rw-r--r--pharos-dashboard/templates/dashboard/ci_pods.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pharos-dashboard/templates/dashboard/ci_pods.html b/pharos-dashboard/templates/dashboard/ci_pods.html
index 2982a6f..a754252 100644
--- a/pharos-dashboard/templates/dashboard/ci_pods.html
+++ b/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 %}