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:06 UTC

[incubator-dlab] branch small_fix created (now 663988c)

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

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


      at 663988c  Small fix

This branch includes the following new commits:

     new 663988c  Small fix

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@dlab.apache.org
For additional commands, e-mail: commits-help@dlab.apache.org


[incubator-dlab] 01/01: Small fix

Posted by dg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 663988c39ad36df8becea0bfbfcd41390f4e7647
Author: Dmytro Gnatyshyn <di...@ukr.net>
AuthorDate: Mon May 11 20:37:46 2020 +0300

    Small fix
---
 .../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