From 565444adc4ddac4530eccb489a18f4b74e888ea3 Mon Sep 17 00:00:00 2001 From: davsad Date: Tue, 9 Mar 2021 18:29:48 +0000 Subject: Add Create Service Substituition Filter Intergration Test Issue-ID: SDC-3543 Signed-off-by: davsad Change-Id: Id6aabc02e36f199ee9106ec1fb145b57c8493c88 --- .../components/logic/properties-table/properties-table.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'catalog-ui/src/app/ng2/components') diff --git a/catalog-ui/src/app/ng2/components/logic/properties-table/properties-table.component.html b/catalog-ui/src/app/ng2/components/logic/properties-table/properties-table.component.html index af7a61204c..2d8fa7705d 100644 --- a/catalog-ui/src/app/ng2/components/logic/properties-table/properties-table.component.html +++ b/catalog-ui/src/app/ng2/components/logic/properties-table/properties-table.component.html @@ -53,7 +53,7 @@
- {{property.name}} + {{property.name}}
- {{property.type | contentAfterLastDot}} + {{property.type | contentAfterLastDot}}
-- cgit 1.2.3-korg