From 457685063fd4b960441e482cc8b88fa8c972a7d2 Mon Sep 17 00:00:00 2001 From: Nicholas Soteropoulos Date: Mon, 14 Sep 2020 17:19:10 -0400 Subject: Fix mod ui build issues Change-Id: I4d002645240852a3a5f1964d9ffa2cac11c45b47 Signed-off-by: Nicholas Soteropoulos Issue-ID: DCAEGEN2-2317 Signed-off-by: Nicholas Soteropoulos --- .../app/microservices/microservices.component.html | 185 +++++++++++++++++++++ 1 file changed, 185 insertions(+) create mode 100644 mod2/ui/src/app/microservices/microservices.component.html (limited to 'mod2/ui/src/app/microservices/microservices.component.html') diff --git a/mod2/ui/src/app/microservices/microservices.component.html b/mod2/ui/src/app/microservices/microservices.component.html new file mode 100644 index 0000000..95ec45c --- /dev/null +++ b/mod2/ui/src/app/microservices/microservices.component.html @@ -0,0 +1,185 @@ + + + +
+ + + + + + +
+ +
+ + + + + +
+ +

Microservices

+ +
+ +
+ +
+ +
+ + + + + + + {{col.header}}
+ + + + Actions + + + + + + + + + + + +
+ + + + + + + + + + + + +
+ {{msElem[col.field]}} +
+
{{msElem[col.field]}}
+ + + + +
+ + + +
+ Add +
+ + + +
+ Update +
+ + +
+
+ + +
+ + + + + +
+ +
+ Created By: {{rowData.metadata.createdBy}}
+ Created On: {{rowData.metadata.createdOn}}
+ Updated By: {{rowData.metadata.updatedBy}}
+ Updated On: {{rowData.metadata.updatedOn}} +
+ +
+ Notes:
+ +
{{rowData.metadata.notes}}
+
+
+ +
+ Labels:
+
+
+ {{label}} +
+
+
+
+ + +
+
+ + +
+ + +
+ + + + + + + + + + +
\ No newline at end of file -- cgit 1.2.3-korg