From 6edf1f95883e230bcddb7dfbcbafc6d7527a5ce7 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Mon, 2 Mar 2020 12:11:29 +0200 Subject: Display Mapping result in view table. Update Modals Issue-ID: CCSDK-2065 Signed-off-by: Ahmed Change-Id: Ifb0f2223cded8b54f13aa600186631f685cd6d02 --- .../configuration-dashboard.component.html | 50 ++++++++++----------- .../imports-tab/imports-tab.component.html | 6 +-- .../package-creation.component.html | 36 +++++++-------- .../package-creation/package-creation.store.ts | 19 ++++---- .../scripts-tab/scripts-tab.component.html | 12 ++--- .../templ-mapp-creation.component.html | 51 +++++++++++++++++++--- .../templ-mapp-creation.component.ts | 25 ++++++++--- .../templ-mapp-listing.component.css | 3 ++ .../templ-mapp-listing.component.html | 7 ++- .../templ-mapp-listing.component.ts | 45 ++++++++++++++----- .../template-mapping/template-mapping.component.ts | 15 +++++-- .../packages/package-creation/template.store.ts | 7 ++- 12 files changed, 181 insertions(+), 95 deletions(-) (limited to 'cds-ui/designer-client/src/app/modules') diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html index 0cd56732d..bb7647449 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html @@ -1,4 +1,3 @@ -
@@ -7,12 +6,13 @@

- +
@@ -23,7 +23,7 @@
- + + {{ dict['property']['default'] }} + {{ dict['property']['type'] }} + {{ dict['property']['entry_schema'] }} + + + +
+
@@ -162,12 +201,12 @@
-