diff --git a/pkg/harvester/models/harvesterhci.io.virtualmachineimage.js b/pkg/harvester/models/harvesterhci.io.virtualmachineimage.js index 7414af70..9d3ee7c9 100644 --- a/pkg/harvester/models/harvesterhci.io.virtualmachineimage.js +++ b/pkg/harvester/models/harvesterhci.io.virtualmachineimage.js @@ -39,9 +39,6 @@ function isReady() { export default class HciVmImage extends HarvesterResource { get availableActions() { let out = super._availableActions; - const toFilter = ['goToEditYaml']; - - out = out.filter( (A) => !toFilter.includes(A.action)); // show `Clone` only when imageSource is `download` if (this.imageSource !== 'download') {