From 4d97d5fac309ce0d66938e5ccd0349e2660d4e23 Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Sat, 17 Jun 2017 22:40:44 +0300 Subject: [sdc] update code of sdc Change-Id: If9f37c80b659cb67b34d18e6c019defecca58b9a Signed-off-by: Michael Lando --- .../properties-table/properties-table.component.html | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) (limited to 'catalog-ui/src/app/ng2/components/properties-table/properties-table.component.html') diff --git a/catalog-ui/src/app/ng2/components/properties-table/properties-table.component.html b/catalog-ui/src/app/ng2/components/properties-table/properties-table.component.html index 426ae3ab23..dc8fe70244 100644 --- a/catalog-ui/src/app/ng2/components/properties-table/properties-table.component.html +++ b/catalog-ui/src/app/ng2/components/properties-table/properties-table.component.html @@ -1,5 +1,5 @@
- +
Property Name
Type
@@ -7,10 +7,10 @@
Value
-
No data to display
+
No data to display
-
-
{{instanceName | contentAfterLastDot}}
+ +
{{instanceName | contentAfterLastDot}}
{{property.name}}
- +
{{property.type | contentAfterLastDot}}
-
{{property.schema && property.schema.property && property.schema.property.type ? (property.schema.property.type - | contentAfterLastDot) : ''}}
+
+
+ {{property.schema.property.type | contentAfterLastDot}} +
+
-
+ -- cgit 1.2.3-korg