You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by hs...@apache.org on 2022/06/29 12:31:39 UTC

[incubator-datalab] 01/01: Merge pull request #1564 from apache/fix/DATALAB-2842/button-visibility-of-edge-node-recreation

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 <61...@users.noreply.github.com>
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: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org