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({