Add Qemu for auxiliary console support.

This commit is contained in:
grossmj 2024-05-16 17:14:13 +07:00
parent f94d59206e
commit 360d77d2ef
No known key found for this signature in database
GPG Key ID: 0A2D76AC45EA25CD

View File

@ -4,7 +4,7 @@
</button>
<button
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)"
>
<mat-icon>web_asset</mat-icon>