mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2024-12-24 07:06:38 +00:00
Add Qemu for auxiliary console support.
This commit is contained in:
parent
f94d59206e
commit
360d77d2ef
@ -4,7 +4,7 @@
|
|||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
mat-menu-item
|
mat-menu-item
|
||||||
*ngIf="node.node_type === 'docker' || node.node_type === 'dynamips'"
|
*ngIf="node.node_type === 'docker' || node.node_type === 'dynamips' || node.node_type === 'qemu'"
|
||||||
(click)="openConsole(auxiliary=true)"
|
(click)="openConsole(auxiliary=true)"
|
||||||
>
|
>
|
||||||
<mat-icon>web_asset</mat-icon>
|
<mat-icon>web_asset</mat-icon>
|
||||||
|
Loading…
Reference in New Issue
Block a user