Support for editing VPCS config files

This commit is contained in:
Piotr Pekala
2019-07-30 07:21:55 -07:00
parent d2271f0421
commit 753649a321
8 changed files with 121 additions and 2 deletions

View File

@ -32,6 +32,11 @@
[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>
<app-move-layer-up-action
*ngIf="!projectService.isReadOnly(project) && (drawings.length || nodes.length) && labels.length===0"
[server]="server"