There is a table with crm status related to resource or node inside resource or
node detail. For lower resolutions (e.g. 1024x768), the appearance of the table
gets issues:
- The table must be scrolled horizontally, but the scrollbar is off the screen,
as you’d have to scroll vertically before seeing a scrollbar to be able to
scroll horizontally - The appearance of the table gets issues
- State labels wrap away from their icons, so some are to the side and some are
below
Note: there are some thresholds involving the table appearance:
- when viewport goes under 1120px the node list (or resource tree) disappear, so
node/cluster detail gets entire space (and so the crm status table) - when viewport goes under 769px, the layout of the table changes to stacked
columns (feature of patternfly)
Tuning these thresholds could probably improve table display a lot.