Support for default telnet console added

This commit is contained in:
Piotr Pekala
2019-08-30 04:59:08 -07:00
parent 583be8032a
commit b4eff2361f
5 changed files with 34 additions and 1 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"