mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-31 06:20:59 +00:00
5 lines
135 B
HTML
5 lines
135 B
HTML
<button mat-menu-item *ngIf="node.status == 'started'" (click)="stopNode()">
|
|
<mat-icon>stop</mat-icon>
|
|
<span>Stop</span>
|
|
</button>
|