diff --git a/pkg/harvester/list/kubevirt.io.virtualmachine.vue b/pkg/harvester/list/kubevirt.io.virtualmachine.vue index 7750423e..357cc68d 100644 --- a/pkg/harvester/list/kubevirt.io.virtualmachine.vue +++ b/pkg/harvester/list/kubevirt.io.virtualmachine.vue @@ -74,7 +74,7 @@ export default { async fetch() { const inStore = this.$store.getters['currentProduct'].inStore; const _hash = { - vms: this.$store.dispatch(`${ inStore }/findAll`, { type: HCI.VM }), + vms: this.$store.dispatch(`${ inStore }/findAll`, { type: HCI.VM, opt: { force: true } }), pod: this.$store.dispatch(`${ inStore }/findAll`, { type: POD }), pvcs: this.$store.dispatch(`${ inStore }/findAll`, { type: PVC }), pvs: this.$store.dispatch(`${ inStore }/findAll`, { type: PV }),