mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 21:21:44 +00:00
Putting in inheritAttrs: false for a handful of our list pages that need it
This commit is contained in:
parent
30682dc638
commit
b0251d5cbb
@ -17,6 +17,7 @@ const schema = {
|
|||||||
export default {
|
export default {
|
||||||
name: 'HarvesterSecret',
|
name: 'HarvesterSecret',
|
||||||
components: { ResourceTable, Loading },
|
components: { ResourceTable, Loading },
|
||||||
|
inheritAttrs: false,
|
||||||
|
|
||||||
async fetch() {
|
async fetch() {
|
||||||
const inStore = this.$store.getters['currentProduct'].inStore;
|
const inStore = this.$store.getters['currentProduct'].inStore;
|
||||||
|
|||||||
@ -12,6 +12,7 @@ export default {
|
|||||||
components: {
|
components: {
|
||||||
ResourceTable, LiveData, Loading
|
ResourceTable, LiveData, Loading
|
||||||
},
|
},
|
||||||
|
inheritAttrs: false,
|
||||||
|
|
||||||
props: {
|
props: {
|
||||||
schema: {
|
schema: {
|
||||||
|
|||||||
@ -24,6 +24,8 @@ export default {
|
|||||||
Loading, ResourceTable, HarvesterVolumeState
|
Loading, ResourceTable, HarvesterVolumeState
|
||||||
},
|
},
|
||||||
|
|
||||||
|
inheritAttrs: false,
|
||||||
|
|
||||||
async fetch() {
|
async fetch() {
|
||||||
const inStore = this.$store.getters['currentProduct'].inStore;
|
const inStore = this.$store.getters['currentProduct'].inStore;
|
||||||
const _hash = {
|
const _hash = {
|
||||||
@ -54,6 +56,8 @@ export default {
|
|||||||
this.$store.dispatch('type-map/configureType', { match: HCI.VOLUME, isCreatable: false });
|
this.$store.dispatch('type-map/configureType', { match: HCI.VOLUME, isCreatable: false });
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log('ppppppppppp', hash);
|
||||||
|
|
||||||
this.rows = hash.pvcs;
|
this.rows = hash.pvcs;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@ -20,6 +20,8 @@ export default {
|
|||||||
|
|
||||||
components: { ResourceTable, Loading },
|
components: { ResourceTable, Loading },
|
||||||
|
|
||||||
|
inheritAttrs: false,
|
||||||
|
|
||||||
async fetch() {
|
async fetch() {
|
||||||
const inStore = this.$store.getters['currentProduct'].inStore;
|
const inStore = this.$store.getters['currentProduct'].inStore;
|
||||||
const hash = {
|
const hash = {
|
||||||
|
|||||||
@ -4,6 +4,7 @@ import { MANAGEMENT } from '@shell/config/types';
|
|||||||
import { PRODUCT_NAME as HARVESTER_PRODUCT } from '../../../../config/harvester';
|
import { PRODUCT_NAME as HARVESTER_PRODUCT } from '../../../../config/harvester';
|
||||||
export default {
|
export default {
|
||||||
components: { ExplorerMembers },
|
components: { ExplorerMembers },
|
||||||
|
inheritAttrs: false,
|
||||||
computed: {
|
computed: {
|
||||||
createLocationOverride() {
|
createLocationOverride() {
|
||||||
return {
|
return {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user