Adds screensizes to be used as shorthand in class-names
smaller screens will shift from row to column flex directions
size-specific span classes for explicit responsive columns
action menu on tables now works regardless of scroll position
dashboard header scrolls horizontally rather than growing the width of the whole page
TopLevelMenu spans full width of viewport on mobile now
secondary side-bar is now a dropdown on mobile
tables scroll internally so that they don't break the page layout
Login page is now a single column with no image
- Normally this is the local cluster for admins
- For non-admins (restricted-admins, standard users, etc) who don't have access to the local cluster this causes this causes 403 errors
- So for cases where we don't have a cluster default to a 'blank' one which we don't fetch
- Still need to check places where we assume 'local' cluster, including in routes, where we should use the new blank cluster... and pages/components that assume we have a currentCluster
- Add POD stat to kube nodes table
- Group kube nodes by management node pools, describe pools as per old norman node pools
- Add Drain Node
- Add ability to hide table columns depending on window width
- hide certain stats at certain widths
- Fixed an issue where RAM & CPU stats were reported strangely (multiplied over an above normal % only to be reduced to working % in formatter)