summaryrefslogtreecommitdiffstats
path: root/pharos-dashboard/src/templates/booking/booking_detail.html
diff options
context:
space:
mode:
authormaxbr <maxbr@mi.fu-berlin.de>2016-10-05 14:10:56 +0200
committermaxbr <maxbr@mi.fu-berlin.de>2016-10-05 14:20:13 +0200
commit46e1d9ab232df1c4deb672b72cd7b87081094955 (patch)
treefa44a286b9fd924c3be2afc3f9b239cc98e1a2b7 /pharos-dashboard/src/templates/booking/booking_detail.html
parent6ecb8d290c106e41d0f5a446e7aa878a219224ff (diff)
Add Installer and Scenario fields to bookings
JIRA: PHAROS-272 Change-Id: I28f44bfadb1dbe3cb0caca0a8038fba988cf26f9 Signed-off-by: maxbr <maxbr@mi.fu-berlin.de>
Diffstat (limited to 'pharos-dashboard/src/templates/booking/booking_detail.html')
-rw-r--r--pharos-dashboard/src/templates/booking/booking_detail.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/pharos-dashboard/src/templates/booking/booking_detail.html b/pharos-dashboard/src/templates/booking/booking_detail.html
index d3f4753..4b016b2 100644
--- a/pharos-dashboard/src/templates/booking/booking_detail.html
+++ b/pharos-dashboard/src/templates/booking/booking_detail.html
@@ -19,8 +19,8 @@
<b>Purpose: </b> {{ booking.purpose }}
</p>
<p>
- <b>Jira: </b>
- <a href="{{ jira_issue | jira_issue_url }}">
- {{ jira_issue }}
- </a>
+ <b>Installer: </b> {{ booking.installer }}
+</p>
+<p>
+ <b>Scenario: </b> {{ booking.scenario }}
</p> \ No newline at end of file