summaryrefslogtreecommitdiff
path: root/src/store/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/store/index.js')
-rw-r--r--src/store/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/store/index.js b/src/store/index.js
index 93386b1a..82efab91 100644
--- a/src/store/index.js
+++ b/src/store/index.js
@@ -44,7 +44,7 @@ export default new Vuex.Store({
ldap: LdapStore,
localUsers: LocalUserManagementStore,
firmware: FirmwareStore,
- hostBootSettings: BootSettingsStore,
+ serverBootSettings: BootSettingsStore,
controls: ControlStore,
powerControl: PowerControlStore,
powerPolicy: PowerPolicyStore,