From 98f2cd31c4a81dab41b8a9fd0e527a2a184e90df Mon Sep 17 00:00:00 2001 From: Sarah Abouzainah Date: Wed, 16 Dec 2020 02:45:47 +0200 Subject: Add Deploy status icon and fix Script form design Issue-ID: CCSDK-2320 Signed-off-by: Sarah Abouzainah Change-Id: I485436bf9c98ed24cfa23a808620d12ff571e456 --- .../configuration-dashboard.component.html | 2 +- .../action-attributes.component.html | 2 +- .../scripts-tab/scripts-tab.component.html | 164 ++++++++++----------- .../topology-template.component.html | 11 +- .../package-list/package-list.component.html | 4 +- cds-ui/designer-client/src/styles.css | 4 + 6 files changed, 93 insertions(+), 94 deletions(-) (limited to 'cds-ui') 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 b0f6a34ca..e4231f902 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 @@ -84,7 +84,6 @@
- -
- + data-toggle="modal" (click)="resetTheUploadedFiles()" href="#">Import File +
+ +
+
+
+
+
Create Script File
+
+
+
+ +
+ +
+
+ +
+ + + +
+
+
+
+ + +
+
+
+ +
+
+
+
+
\ No newline at end of file diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/topology-template/topology-template.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/topology-template/topology-template.component.html index c7094f8e2..3831ca6d9 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/topology-template/topology-template.component.html +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/package-creation/topology-template/topology-template.component.html @@ -1,13 +1,8 @@ -
  • To add workflows and node templates
  • 1. Use Copy and paste option or
  • 2. Write them manually
- - + + \ No newline at end of file diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.html b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.html index b824058d4..2e121326a 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.html +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.html @@ -29,12 +29,12 @@ diff --git a/cds-ui/designer-client/src/styles.css b/cds-ui/designer-client/src/styles.css index a25e63fc0..5d797203a 100644 --- a/cds-ui/designer-client/src/styles.css +++ b/cds-ui/designer-client/src/styles.css @@ -1590,6 +1590,10 @@ ul.package-contributers{ .packages-card .card-footer i{ margin-right: 6px; } +.icon-deployed{ + margin-right: 6px; + width: 14px; +} .icon-deployed-active, .icon-deploy-inactive{ margin-right: 9px; -- cgit 1.2.3-korg