Update README and documentation; refactor frontend components for improved structure and resilience

This commit is contained in:
glenn schrooyen
2025-09-11 23:46:29 +02:00
parent 63b4bb487d
commit b9206de1a0
49 changed files with 27058 additions and 581 deletions

View File

@@ -81,7 +81,7 @@ async function fetchServiceSpec(serviceKey, service) {
name: service.name.toLowerCase().replace(/\s+/g, '-'),
description: service.description
}],
x-service-status: 'unavailable'
'x-service-status': 'unavailable'
};
}
}