mirror of
https://github.com/jwetzell/showbridge-webui.git
synced 2026-09-03 12:29:00 +00:00
allow processors to be moved across routes
This commit is contained in:
@@ -66,6 +66,8 @@
|
||||
<div
|
||||
class="border-2 border-gray-500 m-2"
|
||||
cdkDropList
|
||||
[id]="listsService.registerProcessorList(path() + '/processors')"
|
||||
[cdkDropListConnectedTo]="listsService.processorListIds"
|
||||
(cdkDropListDropped)="drop($event)"
|
||||
[cdkDropListData]="route()?.processors"
|
||||
>
|
||||
@@ -73,7 +75,7 @@
|
||||
<div cdkDrag>
|
||||
<app-processor
|
||||
[path]="path() + '/processors/' + i"
|
||||
(processorChange)="processorUpdated(i, $event)"
|
||||
(updated)="processorUpdated(i, $event)"
|
||||
[processor]="processor"
|
||||
(delete)="deleteProcessor(i)"
|
||||
[inDragList]="true"
|
||||
|
||||
Reference in New Issue
Block a user