Merge branch 'master' into Support-for-editing-config-files

This commit is contained in:
Piotr Pekala
2019-09-02 06:16:21 -07:00
26 changed files with 805 additions and 6 deletions

View File

@ -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"