Skip to content

Commit 2fd747e

Browse files
removed CAPI.MACHINE_SET from the list of vai enabled resources (#16904)
1 parent 60fe328 commit 2fd747e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

shell/plugins/steve/steve-pagination-utils.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -766,8 +766,7 @@ export const PAGINATION_SETTINGS_STORE_DEFAULTS: PaginationSettingsStores = {
766766
{ resource: CAPI.RANCHER_CLUSTER, context: ['side-bar'] },
767767
{ resource: MANAGEMENT.CLUSTER, context: ['side-bar'] },
768768
{ resource: CATALOG.APP, context: ['branding'] },
769-
SECRET,
770-
CAPI.MACHINE_SET
769+
SECRET
771770
],
772771
generic: false,
773772
}

0 commit comments

Comments
 (0)