This commit is contained in:
Joel Wetzell
2026-05-17 16:40:37 -05:00
parent ea46dbc3dd
commit 03cd2173f5
8 changed files with 29 additions and 20 deletions
+5 -4
View File
@@ -63,10 +63,11 @@
<div class="text-md text-white text-center">Processors</div>
</div>
@if (processors() !== undefined && processors()!.length > 0) {
<div class="border-2 border-gray-500 m-2"
cdkDropList
(cdkDropListDropped)="drop($event)"
[cdkDropListData]="route()?.processors"
<div
class="border-2 border-gray-500 m-2"
cdkDropList
(cdkDropListDropped)="drop($event)"
[cdkDropListData]="route()?.processors"
>
@for (processor of processors(); track $index; let i = $index) {
<div cdkDrag>