diff --git a/pkg/harvester/edit/kubevirt.io.virtualmachine/VirtualMachineSSHKey.vue b/pkg/harvester/edit/kubevirt.io.virtualmachine/VirtualMachineSSHKey.vue index 145ab995..72a0ddc7 100644 --- a/pkg/harvester/edit/kubevirt.io.virtualmachine/VirtualMachineSSHKey.vue +++ b/pkg/harvester/edit/kubevirt.io.virtualmachine/VirtualMachineSSHKey.vue @@ -5,7 +5,7 @@ import { clone } from '@shell/utils/object'; import { LabeledInput } from '@components/Form/LabeledInput'; import LabeledSelect from '@shell/components/form/LabeledSelect'; import ModalWithCard from '@shell/components/ModalWithCard'; -import { _VIEW, _EDIT } from '@shell/config/query-params'; +import { _VIEW } from '@shell/config/query-params'; import { NAMESPACE } from '@shell/config/types'; import { HCI } from '../../types'; @@ -88,9 +88,6 @@ export default { }, sshOption() { - if (this.mode === _VIEW || this.mode === _EDIT) { - return []; - } const out = this.$store.getters['harvester/all'](HCI.SSH).map( (O) => { return { label: O.id,