Remove all vLB.CDS from package name 04/106704/1
authorSarah Abouzainah <sabouzainah.ext@orange.com>
Mon, 27 Apr 2020 21:15:46 +0000 (23:15 +0200)
committerSarah Abouzainah <sabouzainah.ext@orange.com>
Mon, 27 Apr 2020 21:15:46 +0000 (23:15 +0200)
Issue-ID: CCSDK-2342

Signed-off-by: Sarah Abouzainah <sabouzainah.ext@orange.com>
Change-Id: I4b61f8a20fab9b31e9f0ca4b12b2949d97f4bfd3

cds-ui/designer-client/src/app/modules/feature-modules/packages/configuration-dashboard/configuration-dashboard.component.html
cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/designer.component.html
cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/package-list/package-list.component.html
cds-ui/designer-client/src/styles.css

index ceb2bd4..74f5678 100644 (file)
@@ -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>
index bd5b07e..32fef01 100644 (file)
@@ -34,7 +34,7 @@
                             <div class="modal-body">
                                 <div class="row package-info">
                                     <div class="col-12">
-                                        <h3>Test Package<span>.vLB.CDS</span>
+                                        <h3>Test Package
                                             <span class="package-version">Version 1.0.2</span></h3>
                                     </div>
                                     <div class="col-12 mb-3">
index 49c80d3..91c7f5b 100644 (file)
@@ -29,7 +29,7 @@
                             (click)="testDispatch(bluePrint)">
                             <!-- <img class="icon-deployed" src="/assets/img/icon-deploy.svg"> -->
                             <p class="packageName" tooltip="{{bluePrint.artifactName}}" placement="bottom">
-                                {{bluePrint.artifactName}}<span>.vLB.CDS</span></p>
+                                {{bluePrint.artifactName}}</p>
                             <span class="package-version">V 1.0.2</span>
                         </a>
 
index 0f79bc1..3c0a049 100644 (file)
@@ -2001,7 +2001,7 @@ hr{
 }
 .modal-header{
   border-bottom-color: #ECEDF2 !important;
-  padding: 1rem 1.5rem !important;
+  padding: .7rem 1.5rem !important;
 }
 .modal-footer{
   border-top: 0 !important;
@@ -2024,6 +2024,10 @@ hr{
 .modal-footer .btn-secondary:hover{
   opacity: 1;
 }
+.modal-footer .btn-secondary:active{
+  background-color: #E7F1FC !important;
+  color: #1B3E6F !important;
+}
 .action-button span{
   width: 100%;
   display: inline-block;