mirror of
https://github.com/GNS3/gns3-web-ui.git
synced 2025-06-15 13:28:10 +00:00
Export config added
This commit is contained in:
@ -36,11 +36,15 @@
|
||||
[link]="links[0]"
|
||||
[linkNode]="linkNodes[0]"
|
||||
></app-edit-text-action>
|
||||
<app-edit-config-action *ngIf="nodes.length === 1"
|
||||
[server]="server"
|
||||
[project]="project"
|
||||
[node]="nodes[0]"
|
||||
<app-edit-config-action *ngIf="nodes.length===1"
|
||||
[server]="server"
|
||||
[project]="project"
|
||||
[node]="nodes[0]"
|
||||
></app-edit-config-action>
|
||||
<app-export-config-action *ngIf="nodes.length===1"
|
||||
[server]="server"
|
||||
[node]="nodes[0]"
|
||||
></app-export-config-action>
|
||||
<app-move-layer-up-action
|
||||
*ngIf="!projectService.isReadOnly(project) && (drawings.length || nodes.length) && labels.length===0"
|
||||
[server]="server"
|
||||
|
Reference in New Issue
Block a user