From 6a588ec29a8c6332a4731f9a3edbc47533868879 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Fri, 10 Sep 2021 14:50:04 +0530 Subject: [PATCH 1/2] ui: show nicAdapter selection for non-readfromova template Signed-off-by: Abhishek Kumar --- .../views/image/RegisterOrUploadTemplate.vue | 30 +++++++++++++++---- 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/ui/src/views/image/RegisterOrUploadTemplate.vue b/ui/src/views/image/RegisterOrUploadTemplate.vue index 4e3ed435ab32..af05672e6ec0 100644 --- a/ui/src/views/image/RegisterOrUploadTemplate.vue +++ b/ui/src/views/image/RegisterOrUploadTemplate.vue @@ -220,7 +220,7 @@ - + - + + + + + {{ opt.name || opt.description }} + + + + + + + + - + Date: Fri, 10 Sep 2021 17:11:22 +0530 Subject: [PATCH 2/2] show keyboardcontroller and ostype elements in different rows Signed-off-by: Abhishek Kumar --- .../views/image/RegisterOrUploadTemplate.vue | 84 +++++++++---------- 1 file changed, 39 insertions(+), 45 deletions(-) diff --git a/ui/src/views/image/RegisterOrUploadTemplate.vue b/ui/src/views/image/RegisterOrUploadTemplate.vue index af05672e6ec0..0dececc5dbef 100644 --- a/ui/src/views/image/RegisterOrUploadTemplate.vue +++ b/ui/src/views/image/RegisterOrUploadTemplate.vue @@ -259,51 +259,45 @@ - - - - - - {{ opt.name || opt.description }} - - - - - - - - - {{ opt.name || opt.description }} - - - - - + + + + {{ opt.name || opt.description }} + + + + + + + {{ opt.name || opt.description }} + + +