mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-28 21:14:12 +00:00
5 lines
144 B
HTML
5 lines
144 B
HTML
<button mat-menu-item *ngIf="!link.capturing" (click)="startCapture()">
|
|
<mat-icon>loupe</mat-icon>
|
|
<span>Start capture</span>
|
|
</button>
|