This commit is contained in:
mr 2025-07-04 16:38:05 +02:00
parent 04b3b37666
commit 9364db068e
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ services:
ports: ports:
- 8080:80 - 8080:80
networks: networks:
- catalog - oc
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.front.entrypoints=web" - "traefik.http.routers.front.entrypoints=web"

View File

@ -443,7 +443,7 @@ class ArrowPainter extends CustomPainter {
}) : pivots = pivots ?? []; }) : pivots = pivots ?? [];
List<dynamic> env; List<dynamic> env;
List<dynamic> infos; List<dynamic> infos = [];
ArrowParams params; ArrowParams params;
String toID; String toID;
String fromID; String fromID;