mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-31 14:30:43 +00:00
5 lines
135 B
HTML
5 lines
135 B
HTML
<button mat-menu-item *ngIf="isNodeWithStartedStatus" (click)="stopNodes()">
|
|
<mat-icon>stop</mat-icon>
|
|
<span>Stop</span>
|
|
</button>
|