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 -
-
}