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

ytykhun 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 5177655  prevented recreate edge node from web UI
     new 6ba9b43  Merge pull request #1352 from 
GennadiyShpak/prevent-recreate-edge
5177655 is described below

commit 51776552e50524dbdb2e83f6920118c4380c2e87
Author: GennadiyShpak <[email protected]>
AuthorDate: Mon Nov 22 13:12:46 2021 +0200

    prevented recreate edge node from web UI
---
 .../administration/project/project-list/project-list.component.html   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/services/self-service/src/main/resources/webapp/src/app/administration/project/project-list/project-list.component.html
 
b/services/self-service/src/main/resources/webapp/src/app/administration/project/project-list/project-list.component.html
index c1f54d1..51c8c59 100644
--- 
a/services/self-service/src/main/resources/webapp/src/app/administration/project/project-list/project-list.component.html
+++ 
b/services/self-service/src/main/resources/webapp/src/app/administration/project/project-list/project-list.component.html
@@ -93,12 +93,12 @@
                 Stop edge node
               </a>
             </li>
-            <li class="project-seting-item " *ngIf="element.areTerminatedNode" 
(click)="openEdgeDialog('recreate', element)">
+            <!-- <li class="project-seting-item " 
*ngIf="element.areTerminatedNode" (click)="openEdgeDialog('recreate', element)">
               <i class="material-icons">refresh</i>
               <a class="action">
                 Recreate edge node
               </a>
-            </li>
+            </li> -->
             <li class="project-seting-item " *ngIf="element.areStoppedNode || 
element.areRunningNode" (click)="openEdgeDialog('terminate', element)">
               <i class="material-icons">phonelink_off</i>
               <a class="action">

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

Reply via email to