[go: up one dir, main page]

Implement full view of CRD details on the web console

Problem to solve

When listing CRDs on the web console, it can happen that the space available on the browser is not enough to fit all of the information available, specially when listing sgdbops or sgbackups.

Captura_de_pantalla_2021-06-01_a_la_s__18.14.02

Proposal

To avoid this, we could create any or both of these options:

  • Provide the user with a link to view the CRD details in full screen with no extra elements occupying space on the window
  • Implement a "Condensed View" mode for the web console which collapses the side and top bar navigations and shows the CRDs in full

The discussion is open for any possible suggestions on the best way to achieve this.