mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-02-01 16:58:11 +00:00
Update context-menu.component.html
This commit is contained in:
parent
2b2511537b
commit
7279ca71ed
@ -16,12 +16,12 @@
|
|||||||
*ngIf="nodes.length" [server]="server" [nodes]="nodes"
|
*ngIf="nodes.length" [server]="server" [nodes]="nodes"
|
||||||
></app-reload-node-action>
|
></app-reload-node-action>
|
||||||
<app-http-console-action
|
<app-http-console-action
|
||||||
*ngIf="!projectService.isReadOnly(project) && nodes.length"
|
*ngIf="!projectService.isReadOnly(project) && nodes.length===1"
|
||||||
[server]="server"
|
[server]="server"
|
||||||
[nodes]="nodes"
|
[nodes]="nodes"
|
||||||
></app-http-console-action>
|
></app-http-console-action>
|
||||||
<app-http-console-new-tab-action
|
<app-http-console-new-tab-action
|
||||||
*ngIf="!projectService.isReadOnly(project) && nodes.length"
|
*ngIf="!projectService.isReadOnly(project) && nodes.length===1"
|
||||||
[server]="server"
|
[server]="server"
|
||||||
[nodes]="nodes"
|
[nodes]="nodes"
|
||||||
></app-http-console-new-tab-action>
|
></app-http-console-new-tab-action>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user