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

dgnatyshyn pushed a commit to branch DLAB-1738
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git


The following commit(s) were added to refs/heads/DLAB-1738 by this push:
     new 4c337ce  [DLAB-1738]: small fix
4c337ce is described below

commit 4c337ce3888ef2e9dbe4d7d7d40f54aaae657d29
Author: Dmytro Gnatyshyn <di1...@ukr.net>
AuthorDate: Thu May 14 17:53:03 2020 +0300

    [DLAB-1738]: small fix
---
 .../resources/exploratory/detail-dialog/detail-dialog.component.html    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/detail-dialog/detail-dialog.component.html
 
b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/detail-dialog/detail-dialog.component.html
index 4d77b72..024bb1e 100644
--- 
a/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/detail-dialog/detail-dialog.component.html
+++ 
b/services/self-service/src/main/resources/webapp/src/app/resources/exploratory/detail-dialog/detail-dialog.component.html
@@ -62,7 +62,7 @@
             <p class="m-top-30">{{ DICTIONARY[PROVIDER].personal_storage }}: 
&nbsp;</p>
             <!--                 (click)="bucketBrowser(notebook.bucket_name, 
notebook.endpoint, this.bucketStatus.view)"-->
             <div class="links_block"
-                 (click)="bucketBrowser('ofuks-1304-pr2-local-bucket', 
notebook.endpoint, this.bucketStatus.view && this.isBucketAllowed)"
+                 (click)="bucketBrowser(notebook.bucket_name, 
notebook.endpoint, this.bucketStatus.view && this.isBucketAllowed)"
             >
               <span
                 [matTooltip]="!this.bucketStatus.view


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@dlab.apache.org
For additional commands, e-mail: commits-h...@dlab.apache.org

Reply via email to