Add a Resource detail view 67/19567/1
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)
commitb67557fdf3ddab95d2834c8aa01dcc0d120685dd
tree20e4ab79342e26b4f6f8d7c83be1cb5989d08392
parent4ef923cbe9d4d4f3348657389661ffa99e89f919
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:
tools/pharos-dashboard/dashboard/admin.py
tools/pharos-dashboard/dashboard/models.py
tools/pharos-dashboard/dashboard/templatetags/jenkins_filters.py
tools/pharos-dashboard/dashboard/templatetags/jira_filters.py [new file with mode: 0644]
tools/pharos-dashboard/dashboard/urls.py
tools/pharos-dashboard/dashboard/views.py
tools/pharos-dashboard/jenkins/models.py
tools/pharos-dashboard/templates/booking/booking_table.html [new file with mode: 0644]
tools/pharos-dashboard/templates/dashboard/dev_pods.html
tools/pharos-dashboard/templates/dashboard/lab_owner.html [deleted file]
tools/pharos-dashboard/templates/dashboard/resource.html [new file with mode: 0644]
tools/pharos-dashboard/templates/dashboard/resource_all.html [moved from tools/pharos-dashboard/templates/dashboard/resource_utilization.html with 50% similarity]
tools/pharos-dashboard/templates/dashboard/resource_detail.html [new file with mode: 0644]
tools/pharos-dashboard/templates/dashboard/server_table.html [new file with mode: 0644]