feat: show member details

This commit is contained in:
2025-08-24 21:20:18 +02:00
parent 4ab19e9ded
commit a437fb0eea
3 changed files with 249 additions and 12 deletions

View File

@@ -4,4 +4,5 @@
- [x] bootstrap an express.js app that serves a simple html page
- [x] generate js client from api/openapi.yaml
- [x] use getClusterStatus client function to get all members and display these members on the html page, use only vanilla JS
- [x] use getClusterStatus client function to get all members and display these members on the html page, use only vanilla JS
- [x] when clicking on one of the members in the UI, it should expand and display all informations from /api/node/status