This is an automated email from the ASF dual-hosted git repository. hshpak pushed a commit to branch fix/Libs-problem in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
commit 1a14a889aeb318ddc23d17c28dc44cd1ef8ebf2b Author: Hennadii_Shpak <[email protected]> AuthorDate: Mon Jul 18 23:56:52 2022 +0300 minor changes --- .../image-detail-dialog/image-detail-dialog.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/image-detail-dialog/image-detail-dialog.component.html b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/image-detail-dialog/image-detail-dialog.component.html index 3029ee3fd..bbafc43bb 100644 --- a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/image-detail-dialog/image-detail-dialog.component.html +++ b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/image-detail-dialog/image-detail-dialog.component.html @@ -48,11 +48,11 @@ <div class="image__template--wrapper"> <span class="modal-row__item modal-row__item--title">Template name</span> - <span class="modal-row__item">{{ data.image.application }}</span> + <span class="modal-row__item">{{ data.image.templateName }}</span> </div> <div class="image__libraries--wrapper"> - <span class="modal-row__item modal-row__item--title">Installed libraries` groups</span> + <span class="modal-row__item modal-row__item--title">Installed libraries' groups</span> <div class="language__wrapper modal-row__item"> <div *ngIf="libraryList.length; else notAvailable"> <div *ngFor="let library of libraryList" class="library__wrapper"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
