From: Sarah Abouzainah Date: Wed, 16 Dec 2020 00:45:47 +0000 (+0200) Subject: Add Deploy status icon and fix Script form design X-Git-Tag: 1.1.0~43^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F11%2F116411%2F2;p=ccsdk%2Fcds.git Add Deploy status icon and fix Script form design Issue-ID: CCSDK-2320 Signed-off-by: Sarah Abouzainah Change-Id: I485436bf9c98ed24cfa23a808620d12ff571e456 --- 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;