From 5f3e367aad617ae2725fdb4a7a3370e002f91aad Mon Sep 17 00:00:00 2001 From: Francesco Torchia Date: Mon, 28 Oct 2024 18:54:27 +0100 Subject: [PATCH] Fix cloudtemplates Signed-off-by: Francesco Torchia --- pkg/harvester/list/harvesterhci.io.cloudtemplate.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/harvester/list/harvesterhci.io.cloudtemplate.vue b/pkg/harvester/list/harvesterhci.io.cloudtemplate.vue index 66023284..bf567e39 100644 --- a/pkg/harvester/list/harvesterhci.io.cloudtemplate.vue +++ b/pkg/harvester/list/harvesterhci.io.cloudtemplate.vue @@ -20,6 +20,8 @@ export default { name: 'HarvesterListCloudTemplate', components: { ResourceTable, Loading }, + inheritAttrs: false, + async fetch() { const inStore = this.$store.getters['currentProduct'].inStore;