Skip to content

Home page sorting by CPU, Memory, and Pods is broken #15482

@eva-vashkevich

Description

@eva-vashkevich

JIRA: SURE-10732

Setup

  • Rancher version: 2.12
  • Rancher UI Extensions: N/A
  • Browser type & version: N/A

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.

Metadata

Metadata

Assignees

Type

No fields configured for Bug.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions