diff options
author | KAPIL SINGAL <ks220y@att.com> | 2020-12-16 13:47:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-12-16 13:47:10 +0000 |
commit | 6b33380a6f3cbc0185058d189de6436651a288e5 (patch) | |
tree | 4d357edbcd95788f7e280e1eb49cc038e24feb46 /cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html | |
parent | 5844724ca96d08c3b752effdb10fd2586755912d (diff) | |
parent | 98f2cd31c4a81dab41b8a9fd0e527a2a184e90df (diff) |
Merge "Add Deploy status icon and fix Script form design"
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> |