From b760288adb4c9996852539b66d9087dc74cb745a Mon Sep 17 00:00:00 2001 From: Lukas Gross <35373687+grolu@users.noreply.github.com> Date: Thu, 12 Aug 2021 09:26:30 +0200 Subject: [PATCH] Fixed: (#1084) Existing workers may keep cri.name empty without failing validation Selecting a container runtime validates correctly Machine image included internal properties in create shoot editor additional container runtimes selection did no longer show up --- .../components/ShootWorkers/ContainerRuntime.vue | 15 +++++++++++---- .../ShootWorkers/WorkerInputGeneric.vue | 1 + frontend/src/store/index.js | 3 ++- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/ShootWorkers/ContainerRuntime.vue b/frontend/src/components/ShootWorkers/ContainerRuntime.vue index 83d0ac6f8f..7647030248 100644 --- a/frontend/src/components/ShootWorkers/ContainerRuntime.vue +++ b/frontend/src/components/ShootWorkers/ContainerRuntime.vue @@ -34,7 +34,7 @@ SPDX-License-Identifier: Apache-2.0