Home
last modified time | relevance | path

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

/openbmc/webui-vue/src/store/modules/Logs/
H A DPostCodeLogsStore.js23 const postCodeLogs = Members.map((log) => {
33 commit('setAllPostCodes', postCodeLogs);
/openbmc/webui-vue/src/views/Logs/PostCodeLogs/
H A DPostCodeLogs.vue291 return this.$store.getters['postCodeLogs/allPostCodes'].map(
328 this.$store.dispatch('postCodeLogs/getPostCodesLogData').finally(() => {
337 .dispatch('postCodeLogs/downloadEntry', item.uri)
361 .dispatch('postCodeLogs/deleteAllPostCodeLogs', this.allLogs)
368 return this.$store.getters['postCodeLogs/allPostCodes'].map(
/openbmc/webui-vue/src/store/
H A Dindex.js67 postCodeLogs: PostCodeLogsStore, property in AnonymousClassb4283c500101.modules