From 176188d16eab0a8c56537c2c6d119a6807f47999 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 --- pharos-dashboard/templates/dashboard/dev_pods.html | 36 +++++++++++----------- 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'pharos-dashboard/templates/dashboard/dev_pods.html') diff --git a/pharos-dashboard/templates/dashboard/dev_pods.html b/pharos-dashboard/templates/dashboard/dev_pods.html index c4cb1ba..2b4b017 100644 --- a/pharos-dashboard/templates/dashboard/dev_pods.html +++ b/pharos-dashboard/templates/dashboard/dev_pods.html @@ -19,37 +19,37 @@ {% for pod, booking, utilization in dev_pods %} - + {{ pod.name }} - - + + {{ pod.slave.name }} - - + + {{ booking.user.username }} - - + + {{ booking.end }} - - + + {{ booking.purpose }} - - + + {{ utilization }} - - + + {{ pod.slave.status }} - - + + Book - - + + Info - + {% endfor %} -- cgit 1.2.3-korg