mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-15 13:28:10 +00:00
Merge branch 'master' into Support-for-editing-config-files
This commit is contained in:
@ -12,6 +12,10 @@
|
||||
[server]="server"
|
||||
[nodes]="nodes"
|
||||
></app-console-device-action>
|
||||
<app-console-device-action-browser
|
||||
*ngIf="!projectService.isReadOnly(project) && nodes.length===1 && !isElectronApp && nodes[0].console_type!=='none'"
|
||||
[node]="nodes[0]"
|
||||
></app-console-device-action-browser>
|
||||
<app-duplicate-action *ngIf="drawings.length>0 || nodes.length>0"
|
||||
[server]="server"
|
||||
[project]="project"
|
||||
|
Reference in New Issue
Block a user