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') }}
-