Console command tests

This commit is contained in:
ziajka
2019-04-25 10:13:13 +02:00
parent b6ed486ce0
commit 16eeb8638a
11 changed files with 253 additions and 16 deletions

View File

@ -5,7 +5,6 @@
<app-stop-node-action *ngIf="nodes.length" [server]="server" [nodes]="nodes"></app-stop-node-action>
<app-console-device-action
*ngIf="!projectService.isReadOnly(project) && nodes.length && isElectronApp"
[project]="project"
[server]="server"
[nodes]="nodes"
></app-console-device-action>