diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2016-10-12 12:59:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-12 12:59:53 +0000 |
commit | 0655a3226b31ac0486e053a6161f99f08223ba59 (patch) | |
tree | 8b0c6e34327815932257444e192c678c76586445 /tools/pharos-dashboard/src/templates/base.html | |
parent | 83fbef89983549217a8654e6140af7f9f7032111 (diff) | |
parent | 7c3d7e75f50c3e39eb1c752391c6336431543288 (diff) |
Merge "Add Installer and Scenario fields to bookings"
Diffstat (limited to 'tools/pharos-dashboard/src/templates/base.html')
-rw-r--r-- | tools/pharos-dashboard/src/templates/base.html | 9 |
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> |