aboutsummaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard
diff options
context:
space:
mode:
authorSarah Abouzainah <sabouzainah.ext@orange.com>2020-04-27 23:15:46 +0200
committerSarah Abouzainah <sabouzainah.ext@orange.com>2020-04-27 23:15:46 +0200
commit95d1cdf1e91900a79723726ea8094a2d03674b8e (patch)
tree43b61ebe30b8bf5c889d5ef353bd18049dc4aec9 /cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard
parent340b97f14af71fbf2a35dd996cab7a60e4e791de (diff)
Remove all vLB.CDS from package name
Issue-ID: CCSDK-2342 Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com> Change-Id: I4b61f8a20fab9b31e9f0ca4b12b2949d97f4bfd3
Diffstat (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard')
-rw-r--r--cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html2
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 ceb2bd497..74f567871 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
@@ -61,7 +61,7 @@
<div class="col-9">
<div class="row mb-4">
<div class="col-12 package-name deployed">
- {{viewedPackage.artifactName}}<span>.vLB.CDS</span>
+ {{viewedPackage.artifactName}}
<img src="/assets/img/icon-deploy-inactive.svg" class="deply-status-icon">
<span class="package-version">Version 1.0.2</span>
</div>