Skip to content

Commit

Permalink
Add Qemu for auxiliary console support.
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed May 16, 2024
1 parent f94d592 commit 360d77d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 360d77d

Please sign in to comment.