From b67557fdf3ddab95d2834c8aa01dcc0d120685dd Mon Sep 17 00:00:00 2001 From: maxbr Date: Thu, 25 Aug 2016 12:10:55 +0200 Subject: 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 --- .../templates/dashboard/lab_owner.html | 151 --------------------- 1 file changed, 151 deletions(-) delete mode 100644 tools/pharos-dashboard/templates/dashboard/lab_owner.html (limited to 'tools/pharos-dashboard/templates/dashboard/lab_owner.html') diff --git a/tools/pharos-dashboard/templates/dashboard/lab_owner.html b/tools/pharos-dashboard/templates/dashboard/lab_owner.html deleted file mode 100644 index a4f428c7..00000000 --- a/tools/pharos-dashboard/templates/dashboard/lab_owner.html +++ /dev/null @@ -1,151 +0,0 @@ -{% extends "base.html" %} -{% load staticfiles %} - -{% block extrahead %} - - - - - - - - -{% endblock extrahead %} - - -{% block content %} - {% for resource, utilization, bookings in pods %} -
-
-
-
- {{ resource.name }} -
-
-
-
-
-
-
-
-
-
-
- {{ resource.name }} Bookings -
-
-
- - - - - - - - - - - - {% for booking in bookings %} - - - - - - - - {% endfor %}` - -
UserPurposeStartEndStatus
- {{ booking.user.username }} - - {{ booking.purpose }} - - {{ booking.start }} - - {{ booking.end }} - - Jira Status -
-
-
-
-
-
- {% endfor %} - -{% endblock content %} - - -{% block extrajs %} - - - - - - - - - - - - - - - - - - - -{% endblock extrajs %} \ No newline at end of file -- cgit 1.2.3-korg