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

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


The following commit(s) were added to refs/heads/DATALAB-2299 by this push:
     new 4ff72c8  fixed bucket button (#1084)
4ff72c8 is described below

commit 4ff72c82e4c6eb2cb189c2278d42ecec6d099e0a
Author: Yurii Tykhun <[email protected]>
AuthorDate: Mon Feb 22 13:14:23 2021 +0200

    fixed bucket button (#1084)
    
    Co-authored-by: Yurii Tykhun <[email protected]>
---
 .../webapp/src/app/resources/resources-grid/resources-grid.model.ts   | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 
a/services/self-service/src/main/resources/webapp/src/app/resources/resources-grid/resources-grid.model.ts
 
b/services/self-service/src/main/resources/webapp/src/app/resources/resources-grid/resources-grid.model.ts
index 8f9ecce..6dba5ab 100644
--- 
a/services/self-service/src/main/resources/webapp/src/app/resources/resources-grid/resources-grid.model.ts
+++ 
b/services/self-service/src/main/resources/webapp/src/app/resources/resources-grid/resources-grid.model.ts
@@ -136,7 +136,9 @@ export class ExploratoryModel {
           ); });
         return {
           project: value.project,
-          exploratory: [...exploratory, ...odahu]
+          exploratory: [...exploratory, ...odahu],
+          endpoints: value.endpoints,
+          projectEndpoints: value.shared
         };
       });
     }


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to