summaryrefslogtreecommitdiffstats
path: root/tools/pharos-dashboard/templates/rest_framework/api.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/rest_framework/api.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/rest_framework/api.html')
-rw-r--r--tools/pharos-dashboard/templates/rest_framework/api.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/pharos-dashboard/templates/rest_framework/api.html b/tools/pharos-dashboard/templates/rest_framework/api.html
new file mode 100644
index 00000000..9c6c4f7d
--- /dev/null
+++ b/tools/pharos-dashboard/templates/rest_framework/api.html
@@ -0,0 +1,9 @@
+{% extends "rest_framework/base.html" %}
+
+{% block title %}Pharos Dashboard API{% endblock %}
+
+{% block branding %}
+ <a class='navbar-brand' rel="nofollow" href=#>
+ Pharos Dashboard API
+ </a>
+{% endblock %} \ No newline at end of file