diff options
author | maxbr <maxbr@mi.fu-berlin.de> | 2016-09-19 10:14:19 +0200 |
---|---|---|
committer | maxbr <maxbr@mi.fu-berlin.de> | 2016-09-19 10:14:19 +0200 |
commit | 100d67d065866c74954cb4b2135027a48e13d969 (patch) | |
tree | 699efcdb0bb0097161ebf2298e5994c2cf537a45 /pharos-dashboard/templates/base.html | |
parent | d77560162ebf4805bab5eaaf051467590f2b414f (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 'pharos-dashboard/templates/base.html')
-rw-r--r-- | pharos-dashboard/templates/base.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pharos-dashboard/templates/base.html b/pharos-dashboard/templates/base.html index 42156e3..c5da483 100644 --- a/pharos-dashboard/templates/base.html +++ b/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 --> |