From 2851d8025c456a49610649ddc1cea104d98b8ad9 Mon Sep 17 00:00:00 2001 From: Nikhil Ashoka Date: Tue, 6 Dec 2022 15:04:01 +0530 Subject: [PATCH] Save button moved above helptext - In the Server power operations page, the save button was below the helptext dropdown. when expanded, the save button moves downwards. This is fixed here. Signed-off-by: Nikhil Ashoka --- src/views/Operations/ServerPowerOperations/BiosSettings.vue | 3 +++ src/views/Operations/ServerPowerOperations/BootSettings.vue | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/Operations/ServerPowerOperations/BiosSettings.vue b/src/views/Operations/ServerPowerOperations/BiosSettings.vue index c70c96ad8e..c1e4227bd4 100644 --- a/src/views/Operations/ServerPowerOperations/BiosSettings.vue +++ b/src/views/Operations/ServerPowerOperations/BiosSettings.vue @@ -203,6 +203,9 @@ + + {{ $t('global.action.save') }} + diff --git a/src/views/Operations/ServerPowerOperations/BootSettings.vue b/src/views/Operations/ServerPowerOperations/BootSettings.vue index 2f692502e4..0eeeaf06db 100644 --- a/src/views/Operations/ServerPowerOperations/BootSettings.vue +++ b/src/views/Operations/ServerPowerOperations/BootSettings.vue @@ -6,9 +6,6 @@ :attribute-values="form.attributeValues" @updated-attributes="updateAttributeKeys" /> - - {{ $t('global.action.save') }} -