@if (loading()) {
@for (step of skeletonSteps; track step) {
@for (prop of skeletonProperties; track prop) {
}
}
} @else if (workingConfiguration()) {
Configuration Summary
Review your configuration before applying changes.
@if (verifyAllError()) {
}
@for (stepConfig of filteredVisibleSteps(); track stepConfig.configurationStepName) {
@let stepStatus = getStepVerificationStatus(stepConfig.configurationStepName);
{{ stepConfig.configurationStepName }}
@switch (stepStatus) {
@case ('passed') {
}
@case ('failed') {
}
@case ('skipped') {
}
}
@let generalMessages = getGeneralErrorMessages(stepConfig.configurationStepName);
@if (generalMessages.length > 0) {
}
@for (group of stepConfig.propertyGroupConfigurations; track group.propertyGroupName) {
}
}
} @else {
No configuration data available.
}