From 9015d0d86d23a83e578ded1bd95485d467515208 Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Thu, 17 Aug 2017 14:52:44 -0400 Subject: Publish seed code for the OOM Dashboard First open-source release of the ONAP Operations Manager Dashboard web application. Issue: CCSDK-61 Change-Id: I902f789692d76ee583aa967682e39f03b6578fe9 Signed-off-by: Christopher Lott (cl778h) --- .../webapp/app/ecdapp/home/executions_view.html | 165 +++++++++++++++++++++ 1 file changed, 165 insertions(+) create mode 100644 ecd-app-overlay/src/main/webapp/app/ecdapp/home/executions_view.html (limited to 'ecd-app-overlay/src/main/webapp/app/ecdapp/home/executions_view.html') diff --git a/ecd-app-overlay/src/main/webapp/app/ecdapp/home/executions_view.html b/ecd-app-overlay/src/main/webapp/app/ecdapp/home/executions_view.html new file mode 100644 index 0000000..f527b2f --- /dev/null +++ b/ecd-app-overlay/src/main/webapp/app/ecdapp/home/executions_view.html @@ -0,0 +1,165 @@ + + + +
+

OOM Managed Executions

+ +
+ + Please wait while the content loads. +
+ +
+
+
+
+
+
+
+ {{parent.blueprint_id}} +
+ +
+
+ +
+
+ +
+
+
+ +
+
+
+ +
+
+ Status: {{status}} +
+
+ No components found with status {{status}} +
+
+
+ + + +
+
+
+
+ {{item.blueprint_id}} +
+
+
+ +
+
+
+
+
+
+
+ +
\ No newline at end of file -- cgit 1.2.3-korg