summaryrefslogtreecommitdiffstats
path: root/tools/pharos-dashboard/src/templates/base.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
commit7c3d7e75f50c3e39eb1c752391c6336431543288 (patch)
treeda5a8f0fe69bc33e5a0de646d407e7dd013a227f /tools/pharos-dashboard/src/templates/base.html
parent94f19e02d37b1d7af807854cae910c83d34ce0cd (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 'tools/pharos-dashboard/src/templates/base.html')
-rw-r--r--tools/pharos-dashboard/src/templates/base.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/tools/pharos-dashboard/src/templates/base.html b/tools/pharos-dashboard/src/templates/base.html
index 5bb55473..2ce22a3a 100644
--- a/tools/pharos-dashboard/src/templates/base.html
+++ b/tools/pharos-dashboard/src/templates/base.html
@@ -67,8 +67,15 @@
Slaves</a>
</li>
<li>
+ {% if user.is_authenticated %}
<a href="{% url 'account:users' %}"><i
- class="fa fa-fw"></i>Users
+ class="fa fa-fw"></i>User List
+ </a>
+ {% endif %}
+ </li>
+ <li>
+ <a href="{% url 'booking:list' %}"><i
+ class="fa fa-fw"></i>Booking List
</a>
</li>
<li>