mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-17 06:18:09 +00:00
Custom console for particular node
This commit is contained in:
@ -21,7 +21,8 @@
|
||||
[nodes]="nodes"
|
||||
></app-console-device-action>
|
||||
<app-console-device-action-browser
|
||||
*ngIf="!projectService.isReadOnly(project) && nodes.length===1 && !isElectronApp && nodes[0].console_type!=='none'"
|
||||
*ngIf="!projectService.isReadOnly(project) && nodes.length===1 && !isElectronApp"
|
||||
[server]="server"
|
||||
[node]="nodes[0]"
|
||||
></app-console-device-action-browser>
|
||||
<app-change-symbol-action
|
||||
|
Reference in New Issue
Block a user