8 lines
379 B
Markdown
8 lines
379 B
Markdown
# SPORE UI
|
|
|
|
## TODO
|
|
|
|
- [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] when clicking on one of the members in the UI, it should expand and display all informations from /api/node/status |