From baa9514fdf7c14500f2e07675de3e66230981350 Mon Sep 17 00:00:00 2001 From: Vedangi Mittal Date: Fri, 24 May 2024 10:38:05 +0530 Subject: [PATCH] Save button position - Moved the save button position above the expand option - Jira story - https://jsw.ibm.com/browse/PFEBMC-2873 Signed-off-by: Vedangi Mittal --- .../ServerPowerOperations/BiosSettings.vue | 20 +++++++++++++++++++ .../ServerPowerOperations/BootSettings.vue | 14 ------------- 2 files changed, 20 insertions(+), 14 deletions(-) diff --git a/src/views/Operations/ServerPowerOperations/BiosSettings.vue b/src/views/Operations/ServerPowerOperations/BiosSettings.vue index 61d6f807a1..7679bf72c4 100644 --- a/src/views/Operations/ServerPowerOperations/BiosSettings.vue +++ b/src/views/Operations/ServerPowerOperations/BiosSettings.vue @@ -357,6 +357,20 @@ + + {{ $t('global.action.save') }} + @@ -521,6 +535,12 @@ export default { }, data() { return { + form: { + attributes: this.$store.getters['serverBootSettings/biosAttributes'], + attributeValues: this.$store.getters[ + 'serverBootSettings/attributeValues' + ], + }, isLinuxKvmValid: true, manualMode: 'Manual', normalMode: 'Normal', diff --git a/src/views/Operations/ServerPowerOperations/BootSettings.vue b/src/views/Operations/ServerPowerOperations/BootSettings.vue index 9f45df9d2b..12b4584c69 100644 --- a/src/views/Operations/ServerPowerOperations/BootSettings.vue +++ b/src/views/Operations/ServerPowerOperations/BootSettings.vue @@ -9,20 +9,6 @@ @is-linux-kvm-valid="linuxKvmValue" @updated-attributes="updateAttributeKeys" /> - - {{ $t('global.action.save') }} -