Merge branch 'custom-console-for-particular-node' into winpcap-support

This commit is contained in:
Piotr Pekala
2019-09-24 05:48:13 -07:00
2 changed files with 25 additions and 4 deletions

View File

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