You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Home page table sorting that uses status.allocatable and status.available properties is not working correctly. These fields do not exist on prov clusters we are trying to sort, so it defaults to sorting by name, which is confusing to the user
To Reproduce
Create multiple downstream cluster:
c1 with 2 cores
c2 with 8 cores
c3 with 4 cores
Sort by CPU
Result
the order is sorted by label and not by CPU
Expected Result
the order should be sorted by CPU
Screenshots
Screen.Recording.2025-09-18.at.1.10.47.PM.mov
Additional context
I've checked the code and it comes down to the properties we sort on defined in shell/pages/home.vue. They are undefined for the clusters we are sorting.
JIRA: SURE-10732
Setup
Describe the bug
Home page table sorting that uses status.allocatable and status.available properties is not working correctly. These fields do not exist on prov clusters we are trying to sort, so it defaults to sorting by name, which is confusing to the user
To Reproduce
Create multiple downstream cluster:
c1 with 2 cores
c2 with 8 cores
c3 with 4 cores
Sort by CPU
Result
the order is sorted by label and not by CPU
Expected Result
the order should be sorted by CPU
Screenshots
Screen.Recording.2025-09-18.at.1.10.47.PM.mov
Additional context
I've checked the code and it comes down to the properties we sort on defined in shell/pages/home.vue. They are undefined for the clusters we are sorting.