Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Hacene committed Dec 17, 2024
1 parent ef39eb3 commit f41fa84
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions frontend/src/lib/utils/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -597,8 +597,24 @@ export const listViewFields: ListViewFieldsConfig = {
body: ['entity', 'category', 'current_criticality', 'applied_controls', 'residual_criticality']
},
'attack-paths': {
head: ['is_selected', 'ref_id', 'name', 'risk_origin', 'target_objective', 'stakeholders', 'attackPath'],
body: ['is_selected', 'ref_id', 'name', 'risk_origin', 'target_objective', 'stakeholders', 'description']
head: [
'is_selected',
'ref_id',
'name',
'risk_origin',
'target_objective',
'stakeholders',
'attackPath'
],
body: [
'is_selected',
'ref_id',
'name',
'risk_origin',
'target_objective',
'stakeholders',
'description'
]
},
'operational-scenarios': {
head: ['operatingModesDescription', 'threats', 'likelihood'],
Expand Down

0 comments on commit f41fa84

Please sign in to comment.