summaryrefslogtreecommitdiffstats
path: root/pharos-dashboard/src/dashboard/admin.py
diff options
context:
space:
mode:
authormaxbr <maxbr@mi.fu-berlin.de>2017-05-05 10:02:56 +0200
committermaxbr <maxbr@mi.fu-berlin.de>2017-05-05 10:28:14 +0200
commit2235d14f060327066ea035288ca97994c41fc65a (patch)
tree11fbc9a7a5d8083c2e1903c44aa4d146310ff49d /pharos-dashboard/src/dashboard/admin.py
parent6a821ea00a481bd77a8522f8b7145b8d7ce35d7f (diff)
Pharos Dashboard: Add manual resource management
Dev Pods are now managed by checking the "Dev pod" box in the Admin Panel. This commit also fixes a dead image URL and the oauth process for the dashboard URL. Change-Id: Ic94160eb3a4504a369606261440df0e5354ac027 Signed-off-by: maxbr <maxbr@mi.fu-berlin.de>
Diffstat (limited to 'pharos-dashboard/src/dashboard/admin.py')
-rw-r--r--pharos-dashboard/src/dashboard/admin.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pharos-dashboard/src/dashboard/admin.py b/pharos-dashboard/src/dashboard/admin.py
index 56ac169..0bfdef8 100644
--- a/pharos-dashboard/src/dashboard/admin.py
+++ b/pharos-dashboard/src/dashboard/admin.py
@@ -12,6 +12,9 @@ from django.contrib import admin
from dashboard.models import *
+admin.site.site_header = "Pharos Dashboard Administration"
+admin.site.site_title = "Pharos Dashboard"
+
admin.site.register(Resource)
admin.site.register(Server)
admin.site.register(ResourceStatus)