From ac782f4a7c4df502c1415d16f4e4561129131ce6 Mon Sep 17 00:00:00 2001 From: Phillip Rak Date: Thu, 7 Mar 2024 08:48:31 -0700 Subject: [PATCH] Delete a row Signed-off-by: Phillip Rak --- .../managed-import-cluster-info/template.hbs | 20 ------------------- 1 file changed, 20 deletions(-) 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}} -
-
-