This is an automated email from the ASF dual-hosted git repository. hshpak pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
commit 9bcfc38fb5f65f7fb0dcace92a2bcf723e7c27e0 Merge: 255e3a171 59cc092fa Author: Hennadii Shpak <[email protected]> AuthorDate: Thu Sep 8 16:18:59 2022 +0300 Merge pull request #1718 from apache/feat/DATALAB-3009/share-with-user-on-another-project-pop-up-layout Feat/datalab 3009/share with user on another project pop up layout .../src/main/resources/webapp/angular.json | 3 +- .../cluster-details/cluster-details.component.html | 30 +++--- .../cluster-details/cluster-details.component.ts | 9 +- .../image-action-dialog.component.html | 31 ++---- .../image-action-dialog.component.scss | 74 ------------- .../image-action-dialog.component.ts | 23 ++++- .../image-action-dialog.module.ts | 11 +- ...ion-dialog.module.ts => image-action.config.ts} | 24 ++--- ...tion-dialog.module.ts => image-action.model.ts} | 21 ++-- .../share-dialog/share-dialog.component.html | 111 ++++++++++++++++++++ .../share-dialog/share-dialog.component.scss | 114 +++++++++++++++++++++ .../share-dialog/share-dialog.component.ts | 89 ++++++++++++++++ .../share-user-data/share-user-data.component.html | 25 +++++ .../share-user-data.component.scss} | 55 +++++++--- .../share-user-data.component.ts} | 26 ++--- .../terminate-dialog.component.html} | 27 +---- .../terminate-dialog.component.scss} | 66 +++++++++--- .../terminate-dialog.component.ts} | 15 ++- .../src/app/resources/images/images.component.ts | 4 +- .../src/app/resources/images/images.model.ts | 19 +++- .../src/app/resources/images/images.service.ts | 11 ++ 21 files changed, 568 insertions(+), 220 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
