From ed64b5edff15e702493df21aa3230b81593e6133 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Fri, 9 Jun 2017 03:19:04 +0300 Subject: [SDC-29] catalog 1707 rebase commit. Change-Id: I43c3dc5cf44abf5da817649bc738938a3e8388c1 Signed-off-by: Michael Lando --- .../workspace/tabs/properties/properties-view.html | 59 ++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 catalog-ui/src/app/view-models/workspace/tabs/properties/properties-view.html (limited to 'catalog-ui/src/app/view-models/workspace/tabs/properties/properties-view.html') diff --git a/catalog-ui/src/app/view-models/workspace/tabs/properties/properties-view.html b/catalog-ui/src/app/view-models/workspace/tabs/properties/properties-view.html new file mode 100644 index 0000000000..d1e0582386 --- /dev/null +++ b/catalog-ui/src/app/view-models/workspace/tabs/properties/properties-view.html @@ -0,0 +1,59 @@ +
+
+ Total Properties: {{component.properties.length}} + + +
+
Add Property
+
+
+
+
{{header.title}} + +
+
+ +
+ +
+ +
+ There are no properties to display
+ click here to add one + +
+
+ + + +
+ {{property.type.replace("org.openecomp.datatypes.heat.","")}} +
+
+ {{property.schema.property.type.replace("org.openecomp.datatypes.heat.","")}} +
+
+ +
+
+ +
+
+
+
+ +
+
+ +
-- cgit 1.2.3-korg