From 4572f6bf7acf9dc41087593a6a3933ef450ff69e Mon Sep 17 00:00:00 2001 From: Joel Wetzell Date: Fri, 13 Feb 2026 20:36:00 -0600 Subject: [PATCH] config layout tweaks --- src/app/config/config.component.html | 60 ++++++++++++++-------------- 1 file changed, 31 insertions(+), 29 deletions(-) diff --git a/src/app/config/config.component.html b/src/app/config/config.component.html index ec54bf3..219a495 100644 --- a/src/app/config/config.component.html +++ b/src/app/config/config.component.html @@ -1,24 +1,11 @@ @if (config()) { -
-
-
Modules
-
- @for (module of modules(); track module; let i = $index) { -
- -
- } -
-
+
+
+
@if (schemaService.moduleTypes.length > 0) {
add @@ -31,12 +18,36 @@ } } +
Modules
+
+
+
+ @for (module of modules(); track module; let i = $index) { +
+ +
+ }
-
-
Routes
+
+
+
+ add +
+
Routes
+
+
@for (route of routes(); track route; let i = $index) {
@@ -50,15 +61,6 @@
}
-
-
- add -
-
}