diff --git a/lib/shared/addon/components/managed-import-cluster-info/template.hbs b/lib/shared/addon/components/managed-import-cluster-info/template.hbs index 7162cfeb2e..8220c2b8f9 100644 --- a/lib/shared/addon/components/managed-import-cluster-info/template.hbs +++ b/lib/shared/addon/components/managed-import-cluster-info/template.hbs @@ -6,26 +6,6 @@ {{/if}} -
-
- -
- {{#input-or-display - editable=(and editing (gt allVersions.length 1)) - value=config.kubernetesVersion - }} - {{searchable-select - classNames="form-control" - content=allVersions - value=config.kubernetesVersion - readOnly=(not editing) - }} - {{/input-or-display}} -
-
-