Searched refs:ntpState (Results 1 – 2 of 2) sorted by relevance
/openbmc/webui-vue/src/store/modules/Settings/ |
H A D | NetworkStore.js | 68 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 D | NetworkGlobalSettings.vue | 241 ntpState: state, 274 ntpState: state,
|