From 2a634c9262e7f51a7802b69b9ba51641711f2ad4 Mon Sep 17 00:00:00 2001 From: maxbr Date: Thu, 25 Aug 2016 12:10:55 +0200 Subject: Add a Resource detail view JIRA: RELENG-12 The resource page contains an utilization diagram, future bookings with their jira tickets and a list of servers. Change-Id: I2123ccbe96cde29a56af32b933ebbf6ba2668ed1 Signed-off-by: maxbr --- pharos-dashboard/templates/dashboard/dev_pods.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 532a3a1..9c84bb9 100644 --- a/pharos-dashboard/templates/dashboard/dev_pods.html +++ b/pharos-dashboard/templates/dashboard/dev_pods.html @@ -18,7 +18,7 @@ {% for pod, booking in dev_pods %} - {{ pod.name }} + {{ pod.name }} {{ pod.slave.name }} -- cgit 1.2.3-korg