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:53:02 UTC

[incubator-dlab] branch develop updated: [DLAB-1738]: small fix (#754)

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 0222c87  [DLAB-1738]: small fix (#754)
0222c87 is described below

commit 0222c870a63698ba50658c687e9809529d0ba5b9
Author: Dmytro Gnatyshyn <42...@users.noreply.github.com>
AuthorDate: Thu May 14 21:52:55 2020 +0300

    [DLAB-1738]: small fix (#754)
    
    [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..eedde78 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,8 +41,8 @@ export class ResourcesComponent implements OnInit {
   projects: Project[] = [];
 
   @ViewChild(ResourcesGridComponent, { static: true }) resourcesGrid: ResourcesGridComponent;
-  private bucketStatus;
 
+  public bucketStatus;
   constructor(
     public toastr: ToastrService,
     private healthStatusService: HealthStatusService,


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