From 9a7cf0a9a0f22f0ed7de720e69d560d35b8f0998 Mon Sep 17 00:00:00 2001 From: maxbr Date: Thu, 5 Jan 2017 12:38:00 +0100 Subject: Add booking communication reference implementation JIRA: PHAROS-265 This adds an implementation of a booking communication agent that listens for booking notifications from the dashboard and updates the pod status in the dashboard. Change-Id: I1ea22390a46182a185df9c5e1771c9312d462092 Signed-off-by: maxbr --- .../src/templates/dashboard/resource_detail.html | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'tools/pharos-dashboard/src/templates/dashboard/resource_detail.html') diff --git a/tools/pharos-dashboard/src/templates/dashboard/resource_detail.html b/tools/pharos-dashboard/src/templates/dashboard/resource_detail.html index e0b29bd9..740dd259 100644 --- a/tools/pharos-dashboard/src/templates/dashboard/resource_detail.html +++ b/tools/pharos-dashboard/src/templates/dashboard/resource_detail.html @@ -26,6 +26,26 @@ + +
+
+
+ Status +
+
+
+ {% for status in resource.resourcestatus_set.all %} + + {{ status.title }} + + {{ status.timestamp }} + + + {% endfor %} +
+
+
+
@@ -182,4 +202,4 @@
- \ No newline at end of file + -- cgit 1.2.3-korg