You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by hs...@apache.org on 2022/07/18 20:57:04 UTC

[incubator-datalab] branch fix/Libs-problem created (now 1a14a889a)

This is an automated email from the ASF dual-hosted git repository.

hshpak pushed a change to branch fix/Libs-problem
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


      at 1a14a889a minor changes

This branch includes the following new commits:

     new 1a14a889a minor changes

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org


[incubator-datalab] 01/01: minor changes

Posted by hs...@apache.org.
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 <bo...@gmail.com>
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: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org