2019-01-16 04:03:26 -08:00

5 lines
135 B
HTML

<button mat-menu-item *ngIf="isNodeWithStartedStatus" (click)="stopNodes()">
<mat-icon>stop</mat-icon>
<span>Stop</span>
</button>