This is an automated email from the ASF dual-hosted git repository.
nealsun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git
The following commit(s) were added to refs/heads/master by this push:
new 9aa8069f8 Delete Cluster UI [helix-front] (#2159)
9aa8069f8 is described below
commit 9aa8069f80a567ab556039978989cdf9d2a61bc8
Author: Micah Stubbs <[email protected]>
AuthorDate: Wed Jun 15 18:37:36 2022 -0700
Delete Cluster UI [helix-front] (#2159)
Enable deleting a cluster from the cluster detail page in the UI.
---
.../client/app/cluster/cluster-detail/cluster-detail.component.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/helix-front/client/app/cluster/cluster-detail/cluster-detail.component.html
b/helix-front/client/app/cluster/cluster-detail/cluster-detail.component.html
index c60ea1703..e53148907 100644
---
a/helix-front/client/app/cluster/cluster-detail/cluster-detail.component.html
+++
b/helix-front/client/app/cluster/cluster-detail/cluster-detail.component.html
@@ -62,7 +62,7 @@
<mat-icon>add_circle</mat-icon>
<span>Add an Instance</span>
</button>
- <button mat-menu-item *ngIf="false" (click)="deleteCluster()">
+ <button mat-menu-item (click)="deleteCluster()">
<mat-icon>delete</mat-icon>
<span>DELETE this Cluster</span>
</button>