mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-18 14:58:15 +00:00
5 lines
133 B
HTML
5 lines
133 B
HTML
<button mat-menu-item (click)="moveLayerDown()">
|
|
<mat-icon>keyboard_arrow_down</mat-icon>
|
|
<span>Move layer down</span>
|
|
</button>
|