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.vue81 bootOption: this.$store.getters['serverBootSettings/bootSource'],
82 oneTimeBoot: this.$store.getters['serverBootSettings/overrideEnabled'],
83 tpmPolicyOn: this.$store.getters['serverBootSettings/tpmEnabled'],
88 ...mapState('serverBootSettings', [
119 .dispatch('serverBootSettings/getTpmPolicy')
139 .dispatch('serverBootSettings/saveSettings', settings)
H A DServerPowerOperations.vue62 :section-title="$t('pageServerPowerOperations.serverBootSettings')"
221 return this.$store.getters['serverBootSettings/overrideEnabled'];
225 this.$store.getters['serverBootSettings/bootSourceOptions'];
236 this.$store.dispatch('serverBootSettings/getBootSettings'),
/openbmc/webui-vue/src/store/
H A Dindex.js48 serverBootSettings: BootSettingsStore, property in AnonymousClassb4283c500101.modules