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-datalab.git


The following commit(s) were added to refs/heads/develop by this push:
     new 3c0fad1  fixed btn bucket browser (#1085)
3c0fad1 is described below

commit 3c0fad18458a4873f9d7b86c176466398b464118
Author: Yurii Tykhun <[email protected]>
AuthorDate: Mon Feb 22 13:22:59 2021 +0200

    fixed btn bucket browser (#1085)
    
    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