From 8c814c644cbcdd27e45bad595abe971983d3a850 Mon Sep 17 00:00:00 2001 From: aribeiro Date: Mon, 19 Apr 2021 18:38:18 +0100 Subject: Add Property UI Flow Issue-ID: SDC-3564 Signed-off-by: aribeiro Change-Id: I3c0dfe516268b0ad3f2fff00a7ff29fb7e4e9ef5 --- .../properties-assignment/properties-assignment.page.component.html | 2 +- .../property-creator/property-creator.component.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'catalog-ui/src') diff --git a/catalog-ui/src/app/ng2/pages/properties-assignment/properties-assignment.page.component.html b/catalog-ui/src/app/ng2/pages/properties-assignment/properties-assignment.page.component.html index 7da0ecdbbd..46e4d47339 100644 --- a/catalog-ui/src/app/ng2/pages/properties-assignment/properties-assignment.page.component.html +++ b/catalog-ui/src/app/ng2/pages/properties-assignment/properties-assignment.page.component.html @@ -87,7 +87,7 @@
Add Property
+ (click)="addProperty()" data-tests-id="properties-add-button" [ngClass]="{'disabled': !isSelf()}">Add Property
Add Input
diff --git a/catalog-ui/src/app/ng2/pages/properties-assignment/property-creator/property-creator.component.html b/catalog-ui/src/app/ng2/pages/properties-assignment/property-creator/property-creator.component.html index e97ec79c04..dcf3447723 100644 --- a/catalog-ui/src/app/ng2/pages/properties-assignment/property-creator/property-creator.component.html +++ b/catalog-ui/src/app/ng2/pages/properties-assignment/property-creator/property-creator.component.html @@ -23,7 +23,7 @@
- -- cgit 1.2.3-korg