You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dlab.apache.org by dg...@apache.org on 2020/05/11 17:38:31 UTC

[incubator-dlab] branch develop updated: Small fix (#725)

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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 639a8bb  Small fix (#725)
639a8bb is described below

commit 639a8bbd5a9214fc2a359937fa587e7d8ff4c178
Author: Dmytro Gnatyshyn <42...@users.noreply.github.com>
AuthorDate: Mon May 11 20:38:22 2020 +0300

    Small fix (#725)
---
 .../resources/exploratory/detail-dialog/detail-dialog.component.html    | 2 +-
 .../src/main/resources/webapp/src/app/resources/resources.module.ts     | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

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
diff --git a/services/self-service/src/main/resources/webapp/src/app/resources/resources.module.ts b/services/self-service/src/main/resources/webapp/src/app/resources/resources.module.ts
index c02d1f6..15b1d8b 100644
--- a/services/self-service/src/main/resources/webapp/src/app/resources/resources.module.ts
+++ b/services/self-service/src/main/resources/webapp/src/app/resources/resources.module.ts
@@ -42,7 +42,6 @@ import {BucketConfirmationDialogComponent} from './bucket-browser/bucket-confirm
         ExploratoryEnvironmentCreateModule,
         MaterialModule,
         MatTreeModule,
-        BubbleModule
     ],
   declarations: [
     ResourcesComponent,


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