openrca / orca-ui

Web UI for OpenRCA
https://openrca.io
Apache License 2.0
33 stars 4 forks source link

Detail card modification #131

Closed k-jano closed 3 years ago

k-jano commented 4 years ago

This PR introduce new Detail Card view. In this new approach we wanted to display nodes details using some collapsable JSON format, instead of table view, which was really unreadable for more complexes objects.

Details of a pod: DetailCard_modification1

Statistics: DetailCard_modification2

As you can see, apart from clear, readable, flexible and easily to navigate view we provide a lot of useful features for operators, like:

I decided to set the collapse parameter to 2nd degree of nesting in default view.

k-jano commented 3 years ago

@bzurkowski Thank you for valuable comments. I referenced all the issues, now the Detail Card should look better 😄 DetailCard_modification3