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 7ea28f151adb6b77c2960b8a2c5ac10775ded748 Merge: cfb13db8c f5e206073 Author: Hennadii Shpak <[email protected]> AuthorDate: Wed Jun 29 15:31:33 2022 +0300 Merge pull request #1564 from apache/fix/DATALAB-2842/button-visibility-of-edge-node-recreation [DATALAB-2842] added logic by disable recreate button .../create-odahu-cluster.component.ts | 2 +- .../webapp/src/app/administration/project/index.ts | 8 +- .../administration/project/project-data.service.ts | 2 +- .../project/project-form/project-form.component.ts | 8 +- .../project-list/project-list.component.html | 31 +++-- .../project-list/project-list.component.scss | 19 ++- .../project/project-list/project-list.component.ts | 141 ++++++++++++--------- .../administration/project/project.component.ts | 29 +---- .../project/project.config.ts} | 16 +-- .../project/project.model.ts} | 29 +++-- .../webapp/src/app/core/directives/index.ts | 8 +- .../directives/is-endpoint-active.directive.ts | 60 +++++++++ .../core/util/{index.ts => checkEndpointList.ts} | 15 +-- .../webapp/src/app/core/util/checkUtils.ts | 2 +- .../resources/webapp/src/app/core/util/index.ts | 1 + .../create-environment.component.ts | 15 ++- .../resources-grid/resources-grid.component.ts | 2 +- .../notification-dialog.component.ts | 3 +- .../src/app/shared/navbar/navbar.component.html | 4 +- 19 files changed, 248 insertions(+), 147 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
