diff --git a/pkg/harvester/list/harvesterhci.io.secret.vue b/pkg/harvester/list/harvesterhci.io.secret.vue index a22899b8..f2801813 100644 --- a/pkg/harvester/list/harvesterhci.io.secret.vue +++ b/pkg/harvester/list/harvesterhci.io.secret.vue @@ -17,6 +17,7 @@ const schema = { export default { name: 'HarvesterSecret', components: { ResourceTable, Loading }, + inheritAttrs: false, async fetch() { const inStore = this.$store.getters['currentProduct'].inStore; diff --git a/pkg/harvester/list/harvesterhci.io.virtualmachinetemplateversion.vue b/pkg/harvester/list/harvesterhci.io.virtualmachinetemplateversion.vue index 65132c59..a7474e35 100644 --- a/pkg/harvester/list/harvesterhci.io.virtualmachinetemplateversion.vue +++ b/pkg/harvester/list/harvesterhci.io.virtualmachinetemplateversion.vue @@ -12,6 +12,7 @@ export default { components: { ResourceTable, LiveData, Loading }, + inheritAttrs: false, props: { schema: { diff --git a/pkg/harvester/list/harvesterhci.io.volume.vue b/pkg/harvester/list/harvesterhci.io.volume.vue index 56eab7ab..044b031c 100644 --- a/pkg/harvester/list/harvesterhci.io.volume.vue +++ b/pkg/harvester/list/harvesterhci.io.volume.vue @@ -24,6 +24,8 @@ export default { Loading, ResourceTable, HarvesterVolumeState }, + inheritAttrs: false, + async fetch() { const inStore = this.$store.getters['currentProduct'].inStore; const _hash = { @@ -54,6 +56,8 @@ export default { this.$store.dispatch('type-map/configureType', { match: HCI.VOLUME, isCreatable: false }); } + console.log('ppppppppppp', hash); + this.rows = hash.pvcs; }, diff --git a/pkg/harvester/list/harvesterhci.io.volumesnapshot.vue b/pkg/harvester/list/harvesterhci.io.volumesnapshot.vue index e9cfbb73..db9aefa0 100644 --- a/pkg/harvester/list/harvesterhci.io.volumesnapshot.vue +++ b/pkg/harvester/list/harvesterhci.io.volumesnapshot.vue @@ -20,6 +20,8 @@ export default { components: { ResourceTable, Loading }, + inheritAttrs: false, + async fetch() { const inStore = this.$store.getters['currentProduct'].inStore; const hash = { diff --git a/pkg/harvester/pages/c/_cluster/members/index.vue b/pkg/harvester/pages/c/_cluster/members/index.vue index 69735d00..b88d0b0c 100644 --- a/pkg/harvester/pages/c/_cluster/members/index.vue +++ b/pkg/harvester/pages/c/_cluster/members/index.vue @@ -4,6 +4,7 @@ import { MANAGEMENT } from '@shell/config/types'; import { PRODUCT_NAME as HARVESTER_PRODUCT } from '../../../../config/harvester'; export default { components: { ExplorerMembers }, + inheritAttrs: false, computed: { createLocationOverride() { return {