mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-05-29 21:44:14 +00:00
Update context-menu.component.html
This commit is contained in:
parent
679a0d02bb
commit
53b85fa57f
@ -85,17 +85,25 @@
|
|||||||
[drawings]="drawings"
|
[drawings]="drawings"
|
||||||
></app-bring-to-front-action>
|
></app-bring-to-front-action>
|
||||||
<app-start-capture-action
|
<app-start-capture-action
|
||||||
*ngIf="!projectService.isReadOnly(project) && isBundledServer
|
*ngIf="!projectService.isReadOnly(project)
|
||||||
&& drawings.length===0 && nodes.length===0 && links.length===1"
|
&& drawings.length===0 && nodes.length===0 && links.length===1"
|
||||||
[server]="server"
|
[server]="server"
|
||||||
|
[project]="project"
|
||||||
[link]="links[0]"
|
[link]="links[0]"
|
||||||
></app-start-capture-action>
|
></app-start-capture-action>
|
||||||
<app-stop-capture-action
|
<app-stop-capture-action
|
||||||
*ngIf="!projectService.isReadOnly(project) && isBundledServer
|
*ngIf="!projectService.isReadOnly(project)
|
||||||
&& drawings.length===0 && nodes.length===0 && links.length===1 && linkNodes.length === 0"
|
&& drawings.length===0 && nodes.length===0 && links.length===1 && linkNodes.length === 0"
|
||||||
[server]="server"
|
[server]="server"
|
||||||
[link]="links[0]"
|
[link]="links[0]"
|
||||||
></app-stop-capture-action>
|
></app-stop-capture-action>
|
||||||
|
<app-start-capture-on-started-link-action
|
||||||
|
*ngIf="!projectService.isReadOnly(project)
|
||||||
|
&& drawings.length===0 && nodes.length===0 && links.length===1 && linkNodes.length === 0"
|
||||||
|
[server]="server"
|
||||||
|
[project]="project"
|
||||||
|
[link]="links[0]"
|
||||||
|
></app-start-capture-on-started-link-action>
|
||||||
<app-packet-filters-action
|
<app-packet-filters-action
|
||||||
*ngIf="!projectService.isReadOnly(project) && drawings.length===0 && nodes.length===0 && links.length===1 && linkNodes.length === 0"
|
*ngIf="!projectService.isReadOnly(project) && drawings.length===0 && nodes.length===0 && links.length===1 && linkNodes.length === 0"
|
||||||
[server]="server"
|
[server]="server"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user