summaryrefslogtreecommitdiffstats
path: root/tools/pharos-dashboard/templates/base.html
diff options
context:
space:
mode:
authormaxbr <maxbr@mi.fu-berlin.de>2016-09-19 10:14:19 +0200
committermaxbr <maxbr@mi.fu-berlin.de>2016-09-19 10:14:19 +0200
commit3c8baae57206988fbdfc2d858ddc3f134e552f07 (patch)
treeedddd6c005b399425785fc8af3f97a520485264c /tools/pharos-dashboard/templates/base.html
parent1375c1e7f9e21de9ea0a1c756d27caa652a7c2f2 (diff)
Add a REST API for the dashboard
JIRA: PHAROS-265 Change-Id: Ic1b2d20415b0b84473d5915c4f26f3e65bbb1ecf Signed-off-by: maxbr <maxbr@mi.fu-berlin.de>
Diffstat (limited to 'tools/pharos-dashboard/templates/base.html')
-rw-r--r--tools/pharos-dashboard/templates/base.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/pharos-dashboard/templates/base.html b/tools/pharos-dashboard/templates/base.html
index 42156e3b..c5da483d 100644
--- a/tools/pharos-dashboard/templates/base.html
+++ b/tools/pharos-dashboard/templates/base.html
@@ -76,6 +76,11 @@
class="fa fa-fw"></i>Users
</a>
</li>
+ <li>
+ <a href="{% url 'api-root' %}"><i
+ class="fa fa-fw"></i>API
+ </a>
+ </li>
</ul>
</div>
<!-- /.sidebar-collapse -->