Putting in inheritAttrs: false for a handful of our list pages that need it

This commit is contained in:
Cody Jackson 2024-09-17 15:21:19 -07:00 committed by Francesco Torchia
parent 30682dc638
commit b0251d5cbb
No known key found for this signature in database
GPG Key ID: E6D011B7415D4393
5 changed files with 9 additions and 0 deletions

View File

@ -17,6 +17,7 @@ const schema = {
export default {
name: 'HarvesterSecret',
components: { ResourceTable, Loading },
inheritAttrs: false,
async fetch() {
const inStore = this.$store.getters['currentProduct'].inStore;

View File

@ -12,6 +12,7 @@ export default {
components: {
ResourceTable, LiveData, Loading
},
inheritAttrs: false,
props: {
schema: {

View File

@ -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;
},

View File

@ -20,6 +20,8 @@ export default {
components: { ResourceTable, Loading },
inheritAttrs: false,
async fetch() {
const inStore = this.$store.getters['currentProduct'].inStore;
const hash = {

View File

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