Delete Cluster UI [helix-front] (#2159)

Enable deleting a cluster from the cluster detail page in the UI.
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 c60ea17..e531489 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>