Reload action added

This commit is contained in:
Piotr Pekala
2019-09-06 08:51:13 -07:00
parent 00597accac
commit cd5edebd98
5 changed files with 41 additions and 1 deletions

View File

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