mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 13:11:43 +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 {
|
||||
name: 'HarvesterSecret',
|
||||
components: { ResourceTable, Loading },
|
||||
inheritAttrs: false,
|
||||
|
||||
async fetch() {
|
||||
const inStore = this.$store.getters['currentProduct'].inStore;
|
||||
|
||||
@ -12,6 +12,7 @@ export default {
|
||||
components: {
|
||||
ResourceTable, LiveData, Loading
|
||||
},
|
||||
inheritAttrs: false,
|
||||
|
||||
props: {
|
||||
schema: {
|
||||
|
||||
@ -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;
|
||||
},
|
||||
|
||||
|
||||
@ -20,6 +20,8 @@ export default {
|
||||
|
||||
components: { ResourceTable, Loading },
|
||||
|
||||
inheritAttrs: false,
|
||||
|
||||
async fetch() {
|
||||
const inStore = this.$store.getters['currentProduct'].inStore;
|
||||
const hash = {
|
||||
|
||||
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user