Skip to content

Commit

Permalink
Updated the filter in Dumps: 1050, 1060 (#342)
Browse files Browse the repository at this point in the history
- Updated all the Dumps types in filter in Dumps page.
- Defect: https://jazz07.rchland.ibm.com:13443/jazz/web/projects/CSSD#action=com.ibm.team.workitem.viewWorkItem&id=670989

Signed-off-by: Nikhil Ashoka <[email protected]>
  • Loading branch information
Nikhil-Ashoka authored Jan 16, 2025
1 parent 4c8aad5 commit 18ebc71
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/views/Logs/Dumps/Dumps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,12 @@ export default {
key: 'dumpType',
label: this.$t('pageDumps.table.dumpType'),
values: [
this.$t('pageDumps.table.filter.bmcDumpEntry'),
this.$t('pageDumps.table.filter.hostbootDumpEntry'),
this.$t('pageDumps.table.filter.resourceDumpEntry'),
this.$t('pageDumps.table.filter.systemDumpEntry'),
'BMC Dump Entry',
'Hardware Dump Entry',
'Hostboot Dump Entry',
'SBE Dump Entry',
'Resource Dump Entry',
'System Dump Entry',
],
},
],
Expand Down

0 comments on commit 18ebc71

Please sign in to comment.