Home
last modified time | relevance | path

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

/openbmc/webui-vue/src/store/modules/Operations/
H A DBootSettingsStore.js7 bootSourceOptions: [], property in BootSettingsStore.state
13 bootSourceOptions: (state) => state.bootSourceOptions,
19 setBootSourceOptions: (state, bootSourceOptions) =>
20 (state.bootSourceOptions = bootSourceOptions),
/openbmc/webui-vue/src/views/Operations/ServerPowerOperations/
H A DBootSettings.vue14 :disabled="bootSourceOptions.length === 0"
15 :options="bootSourceOptions"
79 'bootSourceOptions',
H A DServerPowerOperations.vue216 this.$store.getters['serverBootSettings/bootSourceOptions'];