mirror of
https://github.com/jwetzell/showbridge-webui.git
synced 2026-08-31 10:58:59 +00:00
allow processors to be moved across routes
This commit is contained in:
@@ -14,10 +14,11 @@
|
||||
<div class="m-2">
|
||||
<app-route
|
||||
[path]="`routes/${i}`"
|
||||
(routeChange)="routeUpdated(i, $event)"
|
||||
(updated)="routeUpdated(i, $event)"
|
||||
[route]="route"
|
||||
[moduleIds]="moduleIds() || []"
|
||||
(delete)="deleteRoute(i)"
|
||||
(moveProcessor)="moveProcessorBetweenRoutes($event)"
|
||||
></app-route>
|
||||
</div>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user