From 8049a6f71ddfae40b62b23f4307acce65fee8001 Mon Sep 17 00:00:00 2001 From: Ahmedeldeeb50 Date: Sun, 27 Sep 2020 11:29:59 +0200 Subject: add save & deploy button in designer Issue-ID: CCSDK-2299 Signed-off-by: Ahmedeldeeb50 Change-Id: I35bf9a40633e9bd3f114671912c5e0521e44f754 --- .../configuration-dashboard.component.html | 334 ++++++++++----------- .../packages/designer/designer.component.css | 4 +- .../packages/designer/designer.component.html | 72 +++-- .../packages/designer/designer.component.ts | 16 + .../packages/designer/designer.service.ts | 21 +- .../package-creation-extraction.service.ts | 30 +- 6 files changed, 238 insertions(+), 239 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 e006f23e6..edb247a1f 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 @@ -81,7 +81,7 @@ Save @@ -98,7 +98,7 @@ + (click)="downloadPackage(viewedPackage.artifactName,viewedPackage.artifactVersion)"> Download @@ -127,7 +127,8 @@

Author Name

- {{viewedPackage.updatedBy ? viewedPackage.updatedBy.split('<')[0] : ""}} + + {{viewedPackage.updatedBy ? viewedPackage.updatedBy.split('<')[0] : ""}}
- @@ -605,11 +587,10 @@
+ class="custom-control-input" + id="customControlValidation5" required> + for="customControlValidation5">config-assign1
@@ -617,11 +598,10 @@
+ class="custom-control-input" + id="customControlValidation5" required> + for="customControlValidation5">config-assign1
@@ -629,11 +609,10 @@
+ class="custom-control-input" + id="customControlValidation5" required> + for="customControlValidation5">config-assign1
@@ -641,8 +620,7 @@

0 selected

-
@@ -651,30 +629,30 @@