summaryrefslogtreecommitdiffstats
path: root/pharos-dashboard/templates/dashboard/dev_pods.html
diff options
context:
space:
mode:
authormaxbr <maxbr@mi.fu-berlin.de>2016-08-25 12:10:55 +0200
committermaxbr <maxbr@mi.fu-berlin.de>2016-08-25 12:10:55 +0200
commit2a634c9262e7f51a7802b69b9ba51641711f2ad4 (patch)
tree9243b3f065cc140f862be5bb6f7bc4f06905a309 /pharos-dashboard/templates/dashboard/dev_pods.html
parente040d30e0a61077f2777beba5853103f327ec130 (diff)
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 <maxbr@mi.fu-berlin.de>
Diffstat (limited to 'pharos-dashboard/templates/dashboard/dev_pods.html')
-rw-r--r--pharos-dashboard/templates/dashboard/dev_pods.html2
1 files changed, 1 insertions, 1 deletions
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 %}
<tr>
<th>
- <a target='_blank' href={{ pod.url }}>{{ pod.name }}</a>
+ <a href={% url 'dashboard:resource' resource_id=pod.id %}>{{ pod.name }}</a>
</th>
<th>
<a target='_blank' href={{ pod.slave.url }}>{{ pod.slave.name }}</a>