-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
-
2
-
False
-
False
-
None
-
HAC Console Sprint 243, HAC Console Sprint 244
Currently, the clusters list is having the option to be sorted only by name.
We allow clusters to use the same name (no uniqueness).
As a result of the above:
- it's hard to differentiate between clusters that are using the same name
- The UX is that it's hard to find the latest clusters that were created
Adding a sort option to the "Creation date" column will help users address those issues.
It's also suggested that this sorting will be the default when opening the clusters list page so the newly created clusters will be on top and easier to find.
Integration Points:
- src/components/clusters/ClusterList/index.js: fetchClusters(), setSorting()
- ClusterList.jsx - fetchClusters(createViewQueryObject(viewOptions, username))
- clustersActions.ts - fetchClustersAndPermissions
- accountsService.ts - getSubscriptions()
- clusterService.ts - getClusters()
- is related to
-
HAC-1428 [OCM wizards] Add an additional validation to the cluster name
- Closed
- mentioned on