Skip to content

Commit

Permalink
Dumps available on BMC are not displayed on BMC-GUI (#72)
Browse files Browse the repository at this point in the history
- Dumps are now reflecting in the Dumps table
- Resolved an error related to Dumps table

Signed-off-by: Nikhil Ashoka <[email protected]>
  • Loading branch information
Nikhil-Ashoka authored and rfrandse committed Jun 30, 2022
1 parent 3b7bd0f commit c3b61cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Overview/OverviewDumps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default {
},
},
created() {
this.$store.dispatch('dumps/getBmcDumpEntries').finally(() => {
this.$store.dispatch('dumps/getAllDumps').finally(() => {
this.$root.$emit('overview-dumps-complete');
});
},
Expand Down

0 comments on commit c3b61cc

Please sign in to comment.