Add a Resource detail view
authormaxbr <maxbr@mi.fu-berlin.de>
Thu, 25 Aug 2016 10:10:55 +0000 (12:10 +0200)
committermaxbr <maxbr@mi.fu-berlin.de>
Thu, 25 Aug 2016 10:10:55 +0000 (12:10 +0200)
commit2a634c9262e7f51a7802b69b9ba51641711f2ad4
tree9243b3f065cc140f862be5bb6f7bc4f06905a309
parente040d30e0a61077f2777beba5853103f327ec130
Add a Resource detail view

JIRA: RELENG-12

The resource page contains an utilization diagram, future bookings with
their jira tickets and a list of servers.

Change-Id: I2123ccbe96cde29a56af32b933ebbf6ba2668ed1
Signed-off-by: maxbr <maxbr@mi.fu-berlin.de>
14 files changed:
pharos-dashboard/dashboard/admin.py
pharos-dashboard/dashboard/models.py
pharos-dashboard/dashboard/templatetags/jenkins_filters.py
pharos-dashboard/dashboard/templatetags/jira_filters.py [new file with mode: 0644]
pharos-dashboard/dashboard/urls.py
pharos-dashboard/dashboard/views.py
pharos-dashboard/jenkins/models.py
pharos-dashboard/templates/booking/booking_table.html [new file with mode: 0644]
pharos-dashboard/templates/dashboard/dev_pods.html
pharos-dashboard/templates/dashboard/lab_owner.html [deleted file]
pharos-dashboard/templates/dashboard/resource.html [new file with mode: 0644]
pharos-dashboard/templates/dashboard/resource_all.html [moved from pharos-dashboard/templates/dashboard/resource_utilization.html with 50% similarity]
pharos-dashboard/templates/dashboard/resource_detail.html [new file with mode: 0644]
pharos-dashboard/templates/dashboard/server_table.html [new file with mode: 0644]