Home
last modified time | relevance | path

Searched refs:saveVtpmState (Results 1 – 2 of 2) sorted by relevance

/openbmc/webui-vue/src/store/modules/SecurityAndAccess/
H A DPoliciesStore.js155 async saveVtpmState({ commit }, updatedVtpm) { method in PoliciesStore.actions
/openbmc/webui-vue/src/views/SecurityAndAccess/Policies/
H A DPolicies.vue245 .dispatch('policies/saveVtpmState', state ? 'Enabled' : 'Disabled')