Home
last modified time | relevance | path

Searched refs:serverBootSettings (Results 1 – 3 of 3) sorted by relevance

/openbmc/webui-vue/src/views/Operations/ServerPowerOperations/
H A DBootSettings.vue71 bootOption: this.$store.getters['serverBootSettings/bootSource'],
72 oneTimeBoot: this.$store.getters['serverBootSettings/overrideEnabled'],
73 tpmPolicyOn: this.$store.getters['serverBootSettings/tpmEnabled'],
78 ...mapState('serverBootSettings', [
107 .dispatch('serverBootSettings/getTpmPolicy')
125 .dispatch('serverBootSettings/saveSettings', settings)
H A DServerPowerOperations.vue60 :section-title="$t('pageServerPowerOperations.serverBootSettings')"
207 return this.$store.getters['serverBootSettings/overrideEnabled'];
211 this.$store.getters['serverBootSettings/bootSourceOptions'];
223 this.$store.dispatch('serverBootSettings/getBootSettings'),
/openbmc/webui-vue/src/store/
H A Dindex.js51 serverBootSettings: BootSettingsStore, property in AnonymousClassb4283c500101.modules