Update context-menu.component.html

This commit is contained in:
piotrpekala7 2020-04-03 18:47:12 +02:00
parent 2b2511537b
commit 7279ca71ed

View File

@ -16,12 +16,12 @@
*ngIf="nodes.length" [server]="server" [nodes]="nodes"
></app-reload-node-action>
<app-http-console-action
*ngIf="!projectService.isReadOnly(project) && nodes.length"
*ngIf="!projectService.isReadOnly(project) && nodes.length===1"
[server]="server"
[nodes]="nodes"
></app-http-console-action>
<app-http-console-new-tab-action
*ngIf="!projectService.isReadOnly(project) && nodes.length"
*ngIf="!projectService.isReadOnly(project) && nodes.length===1"
[server]="server"
[nodes]="nodes"
></app-http-console-new-tab-action>