Custom console for particular node

This commit is contained in:
Piotr Pekala
2019-09-20 07:01:28 -07:00
parent 78767399fc
commit 380a45883e
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