From 66f73dab5bae5fb65f36e5d22ca60a6bd2df16c0 Mon Sep 17 00:00:00 2001 From: Richard Cox Date: Wed, 4 Dec 2024 11:54:28 +0000 Subject: [PATCH] fixes / updates --- shell/assets/translations/en-us.yaml | 1 + shell/components/PaginatedResourceTable.vue | 1 + shell/components/ResourceList/index.vue | 12 +- shell/components/SortableTable/index.vue | 2 - shell/config/product/apps.js | 12 +- shell/config/product/explorer.js | 6 +- shell/config/table-headers.js | 1 - shell/list/catalog.cattle.io.clusterrepo.vue | 37 +++--- shell/list/node.vue | 3 - shell/list/persistentvolume.vue | 2 +- shell/mixins/resource-fetch-api-pagination.js | 9 +- shell/mixins/resource-fetch.js | 2 +- .../pages/c/_cluster/explorer/EventsTable.vue | 5 +- .../pages/c/_cluster/settings/performance.vue | 22 ++-- shell/pages/home.vue | 110 ------------------ shell/plugins/steve/steve-pagination-utils.ts | 53 ++++----- 16 files changed, 74 insertions(+), 204 deletions(-) diff --git a/shell/assets/translations/en-us.yaml b/shell/assets/translations/en-us.yaml index 9191cc6568..a8d81d1a8c 100644 --- a/shell/assets/translations/en-us.yaml +++ b/shell/assets/translations/en-us.yaml @@ -7547,6 +7547,7 @@ performance: resources: generic: most resources in the cluster's 'More Resources' section all: All Resources + populateDefaults: Populate with latest pagination defaults banner: label: Fixed Banners settingName: Banners diff --git a/shell/components/PaginatedResourceTable.vue b/shell/components/PaginatedResourceTable.vue index a0b536e1b6..d25806812b 100644 --- a/shell/components/PaginatedResourceTable.vue +++ b/shell/components/PaginatedResourceTable.vue @@ -116,6 +116,7 @@ export default defineComponent({