From 589afc753f2cadd9688715b4e5fe54075600060b Mon Sep 17 00:00:00 2001 From: imamSidero Date: Tue, 14 Feb 2023 14:10:25 +0000 Subject: Bug fix for tosca function map values in property assignment page Disabled add/edit/delete operations of property when overall checkbox is checked and fixed for integer key values Issue-ID: SDC-4392 Signed-off-by: Imam hussain Change-Id: I3d299195ecc6215b1b99eb159391cdb79f59cb86 --- .../properties-table/dynamic-property/dynamic-property.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'catalog-ui/src/app') diff --git a/catalog-ui/src/app/ng2/components/logic/properties-table/dynamic-property/dynamic-property.component.html b/catalog-ui/src/app/ng2/components/logic/properties-table/dynamic-property/dynamic-property.component.html index e19986416f..959ed36625 100644 --- a/catalog-ui/src/app/ng2/components/logic/properties-table/dynamic-property/dynamic-property.component.html +++ b/catalog-ui/src/app/ng2/components/logic/properties-table/dynamic-property/dynamic-property.component.html @@ -68,8 +68,8 @@ - Add value to list - Add value to map + Add value to list + Add value to map -- cgit 1.2.3-korg