From 66ae96b5eb6ae6cdeb3f78fa08ea530461054c88 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Thu, 4 Jan 2024 17:33:55 +0530 Subject: [PATCH] ui: fix layout for action button for template form (#8434) Fixes layout for the action buttons on register template form Signed-off-by: Abhishek Kumar --- ui/src/views/image/RegisterOrUploadTemplate.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ui/src/views/image/RegisterOrUploadTemplate.vue b/ui/src/views/image/RegisterOrUploadTemplate.vue index 400d096596c..999a1b8d120 100644 --- a/ui/src/views/image/RegisterOrUploadTemplate.vue +++ b/ui/src/views/image/RegisterOrUploadTemplate.vue @@ -429,8 +429,10 @@ - {{ $t('label.cancel') }} - {{ $t('label.ok') }} +
+ {{ $t('label.cancel') }} + {{ $t('label.ok') }} +