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/14 18:51:37 UTC

[incubator-dlab] branch DLAB-1738 created (now 041200d)

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

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


      at 041200d  [DLAB-1738]: Small fix

This branch includes the following new commits:

     new 041200d  [DLAB-1738]: 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: [DLAB-1738]: 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 DLAB-1738
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git

commit 041200dbcb595cf5ca62ea9d55f4adef4dd898bf
Author: Dmytro Gnatyshyn <di...@ukr.net>
AuthorDate: Thu May 14 21:51:08 2020 +0300

    [DLAB-1738]: Small fix
---
 .../src/main/resources/webapp/src/app/resources/resources.component.ts  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/self-service/src/main/resources/webapp/src/app/resources/resources.component.ts b/services/self-service/src/main/resources/webapp/src/app/resources/resources.component.ts
index 3878b33..7cf0649 100644
--- a/services/self-service/src/main/resources/webapp/src/app/resources/resources.component.ts
+++ b/services/self-service/src/main/resources/webapp/src/app/resources/resources.component.ts
@@ -41,7 +41,7 @@ export class ResourcesComponent implements OnInit {
   projects: Project[] = [];
 
   @ViewChild(ResourcesGridComponent, { static: true }) resourcesGrid: ResourcesGridComponent;
-  private bucketStatus;
+  public bucketStatus;
 
   constructor(
     public toastr: ToastrService,


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