Merge pull request #2004 from rancher/fix-ui-server-side-pagination

Ensure list of UI limitations with vai/server-side pagination enabled is correct
This commit is contained in:
Billy Tat
2025-09-23 15:06:39 -07:00
committed by GitHub
2 changed files with 2 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ Additionally, the following limitations are present when the feature is enabled.
- `State` column sort and filter features work on the resources `metadata.state.name` field instead of one deduced locally by the UI.
- Updates are shown every 5 seconds, rather than instantly.
- Cluster Explorer:
- Project/Namespace filter does not support filtering namespaces by all namespaces not in a project via the `Not in a Project` entry.
- `Cluster` group --> `Nodes` page
- The following columns are not sortable or filterable: `Roles`, `External/Internal IP`, `CPU`, `RAM` (logic to determine their value is calculated in the browser)
- `Workloads` list:

View File

@@ -59,6 +59,7 @@ Additionally, the following limitations are present when the feature is enabled.
- `State` column sort and filter features work on the resources `metadata.state.name` field instead of one deduced locally by the UI.
- Updates are shown every 5 seconds, rather than instantly.
- Cluster Explorer:
- Project/Namespace filter does not support filtering namespaces by all namespaces not in a project via the `Not in a Project` entry.
- `Cluster` group --> `Nodes` page
- The following columns are not sortable or filterable: `Roles`, `External/Internal IP`, `CPU`, `RAM` (logic to determine their value is calculated in the browser)
- `Workloads` list: