From c684fe13cf6f3b4666a664bfdc638e446b2d123f Mon Sep 17 00:00:00 2001 From: maxbr Date: Mon, 12 Sep 2016 11:08:56 +0200 Subject: Add booking utilization chart JIRA: PHAROS-263 Change-Id: I3a3a5115a1cf7742f9ac5a3ec753699c36b49815 Signed-off-by: maxbr --- .../templates/dashboard/resource.html | 18 ++++++------ .../templates/dashboard/resource_all.html | 17 +++++------ .../templates/dashboard/resource_detail.html | 34 +++++++++++++++++++++- .../templates/dashboard/server_table.html | 2 +- tools/pharos-dashboard/templates/layout.html | 4 +-- 5 files changed, 53 insertions(+), 22 deletions(-) (limited to 'tools/pharos-dashboard/templates') diff --git a/tools/pharos-dashboard/templates/dashboard/resource.html b/tools/pharos-dashboard/templates/dashboard/resource.html index 92d02f66..c9e57354 100644 --- a/tools/pharos-dashboard/templates/dashboard/resource.html +++ b/tools/pharos-dashboard/templates/dashboard/resource.html @@ -38,21 +38,21 @@ + + {% endblock extrajs %} \ No newline at end of file diff --git a/tools/pharos-dashboard/templates/dashboard/resource_all.html b/tools/pharos-dashboard/templates/dashboard/resource_all.html index 2078475f..a770d4e8 100644 --- a/tools/pharos-dashboard/templates/dashboard/resource_all.html +++ b/tools/pharos-dashboard/templates/dashboard/resource_all.html @@ -50,6 +50,7 @@ + < diff --git a/tools/pharos-dashboard/templates/dashboard/resource_detail.html b/tools/pharos-dashboard/templates/dashboard/resource_detail.html index 4fba4766..904fecd4 100644 --- a/tools/pharos-dashboard/templates/dashboard/resource_detail.html +++ b/tools/pharos-dashboard/templates/dashboard/resource_detail.html @@ -29,7 +29,39 @@
-
+
+
+
+ Booking Utilization +
+
+ +
+
+
+
+
+
+
+
+
+
+
Bookings diff --git a/tools/pharos-dashboard/templates/dashboard/server_table.html b/tools/pharos-dashboard/templates/dashboard/server_table.html index d47e5204..fee7e8b1 100644 --- a/tools/pharos-dashboard/templates/dashboard/server_table.html +++ b/tools/pharos-dashboard/templates/dashboard/server_table.html @@ -26,5 +26,5 @@ {{ server.storage }} -{% endfor %}` +{% endfor %} \ No newline at end of file diff --git a/tools/pharos-dashboard/templates/layout.html b/tools/pharos-dashboard/templates/layout.html index db9490f5..64fed4ae 100644 --- a/tools/pharos-dashboard/templates/layout.html +++ b/tools/pharos-dashboard/templates/layout.html @@ -20,7 +20,7 @@ - @@ -65,7 +65,7 @@ - + {% block extrajs %} {% endblock extrajs %} -- cgit 1.2.3-korg