From 3f96bdbe6542c2600def600514d577aea351ff3d Mon Sep 17 00:00:00 2001 From: maxbr Date: Mon, 19 Sep 2016 10:10:54 +0200 Subject: Fix table HTML JIRA: RELENG-12 Change-Id: I780c1fc0daab9ee2f2599c51f31eb416a2c7dbbf Signed-off-by: maxbr --- .../templates/dashboard/ci_pods.html | 28 +++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'tools/pharos-dashboard/templates/dashboard/ci_pods.html') diff --git a/tools/pharos-dashboard/templates/dashboard/ci_pods.html b/tools/pharos-dashboard/templates/dashboard/ci_pods.html index a754252c..7ef62a43 100644 --- a/tools/pharos-dashboard/templates/dashboard/ci_pods.html +++ b/tools/pharos-dashboard/templates/dashboard/ci_pods.html @@ -17,29 +17,29 @@ {% for pod in ci_pods %} - + {{ pod.name }} - - + + {{ pod.slave.name }} - - + + {{ pod.slave.status }} - - + + {{ pod.slave.last_job_installer }} - - + + {{ pod.slave.last_job_scenario }} - - + + {{ pod.slave.last_job_branch }} - - + {{ pod.slave.last_job_name }} - + {% endfor %} -- cgit 1.2.3-korg