Home
last modified time | relevance | path

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

/openbmc/webui-vue/src/views/Settings/Network/
H A DNetworkGlobalSettings.vue240 .dispatch('network/saveNtpState', {
273 .dispatch('network/saveNtpState', {
/openbmc/webui-vue/src/store/modules/Settings/
H A DNetworkStore.js242 async saveNtpState({ commit, state }, { ntpState, ipVersion }) { method in NetworkStore.actions