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

hshpak pushed a commit to branch fix-modal-text
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git

commit 155264dc72800aeae4234fdea45a6073158fdde7
Author: Hennadii_Shpak <[email protected]>
AuthorDate: Fri Aug 12 10:32:53 2022 +0300

    minor fix
---
 .../share-image-dialog/share-image-dialog.component.html       |  2 +-
 .../webapp/src/app/resources/images/images.component.ts        | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git 
a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/share-image-dialog/share-image-dialog.component.html
 
b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/share-image-dialog/share-image-dialog.component.html
index cded69b3e..c6bdf2c68 100644
--- 
a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/share-image-dialog/share-image-dialog.component.html
+++ 
b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/share-image-dialog/share-image-dialog.component.html
@@ -25,7 +25,7 @@
   <section class="content">
     <p class="description">
       The image
-      <span class="image-name">{{imageName}}</span>
+      <span class="image-name">{{imageName}} </span>
       <span>will be shared with all current user groups on the project with 
all the data and code.</span>
     </p>
     <p class="question center">
diff --git 
a/services/self-service/src/main/resources/webapp/src/app/resources/images/images.component.ts
 
b/services/self-service/src/main/resources/webapp/src/app/resources/images/images.component.ts
index b812af4f4..195e9f3d9 100644
--- 
a/services/self-service/src/main/resources/webapp/src/app/resources/images/images.component.ts
+++ 
b/services/self-service/src/main/resources/webapp/src/app/resources/images/images.component.ts
@@ -199,7 +199,11 @@ export class ImagesComponent implements OnInit, OnDestroy {
     this.imagesService.resetFilterField(dropdownFieldNames, 
DropdownSelectAllValue);
   }
 
-  private checkAuthorize() {
+  onClickOutside(): void {
+    this.imagesService.closeFilter();
+  }
+
+  private checkAuthorize(): void {
     this.applicationSecurityService.isLoggedIn().subscribe(() => {
       this.getEnvironmentHealthStatus();
     });
@@ -214,10 +218,6 @@ export class ImagesComponent implements OnInit, OnDestroy {
     );
   }
 
-  onClickOutside() {
-    this.imagesService.closeFilter();
-  }
-
   private initFilteredColumnState(): void {
     this.$filteredColumnState = this.imagesService.$filteredColumnState;
   }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to