diff options
author | Sarah Abouzainah <sabouzainah.ext@orange.com> | 2020-12-16 02:45:47 +0200 |
---|---|---|
committer | Shaaban Ebrahim <shaaban.eltanany.ext@orange.com> | 2020-12-16 10:34:23 +0000 |
commit | 98f2cd31c4a81dab41b8a9fd0e527a2a184e90df (patch) | |
tree | a756d7c779ab34aaae226ffdc77bb0d14e62baff /cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html | |
parent | f38e495d47e69b5203940e1f3eb76145c2a30e83 (diff) |
Add Deploy status icon and fix Script form design
Issue-ID: CCSDK-2320
Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Change-Id: I485436bf9c98ed24cfa23a808620d12ff571e456
Diffstat (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html')
-rw-r--r-- | cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <ngx-ui-loader></ngx-ui-loader> <div class="container"> <div class="creat-action-container"> - <button class="action-button save" (click)="editBluePrint()" [disabled]="!isSaveEnabled"> <i class="icon-save-sm" aria-hidden="true"></i> <span>Save</span> @@ -124,6 +123,7 @@ <div class="row mb-4"> <div class="col-12 package-name deployed"> {{viewedPackage.artifactName}} + <!-- <img *ngIf="bluePrint.published.includes('Y')" class="icon-deployed" src="/assets/img/icon-deploy.svg"> --> <img src="/assets/img/icon-deploy-inactive.svg" class="deply-status-icon"> <span class="package-version">v{{viewedPackage.artifactVersion}}</span> </div> |