Search DB UI fix 13/94813/1
authorEzhilarasi <ezhrajam@in.ibm.com>
Tue, 3 Sep 2019 09:09:03 +0000 (14:39 +0530)
committerEzhilarasi <ezhrajam@in.ibm.com>
Tue, 3 Sep 2019 09:09:09 +0000 (14:39 +0530)
Stepper 2 search db UI height fix
Change-Id: I8d247200b861b55aa873d083140fd40f43e27bd6
Issue-ID: CCSDK-1275
Signed-off-by: Ezhilarasi <ezhrajam@in.ibm.com>
cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-from-database/search-from-database.component.html
cds-ui/client/src/app/feature-modules/blueprint/select-template/search-template/search-from-database/search-from-database.component.scss

index 9cab6c4..5c84351 100644 (file)
@@ -39,6 +39,7 @@ limitations under the License.
                 <mat-card-content class="card-content">
                     {{option.blueprintModel.artifactName}}
                     <br>{{option.blueprintModel.updatedBy}}
+                    <br>{{option.blueprintModel.artifactVersion}}
                 </mat-card-content>
                 <mat-card-actions class="flexBox">
                     <button matStepperNext mat-menu-item (click)="editCBA(option.blueprintModel.artifactName,option.blueprintModel.artifactVersion,1)">Edit</button>