Home
last modified time | relevance | path

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

/openbmc/webui-vue/src/store/modules/Settings/
H A DNetworkStore.js68 setNtpState: (state, ntpState) => (state.ntpState = ntpState),
72 setNtpStateIpv6: (state, ntpState) => (state.ntpStateIpv6 = ntpState),
242 async saveNtpState({ commit, state }, { ntpState, ipVersion }) { field in NetworkStore.actions.AnonymousClass181065171201
245 commit('setNtpState', ntpState);
248 UseNTPServers: ntpState,
252 commit('setNtpStateIpv6', ntpState);
255 UseNTPServers: ntpState,
273 if (ipVersion === 'IPv4') commit('setNtpState', !ntpState);
274 else if (ipVersion === 'IPv6') commit('setNtpStateIpv6', !ntpState);
/openbmc/webui-vue/src/views/Settings/Network/
H A DNetworkGlobalSettings.vue241 ntpState: state,
274 ntpState: state,