Skip to content

Commit

Permalink
Update stakeholder modeltable default fields
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Dec 5, 2024
1 parent 45df3b3 commit 93fb3cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/lib/utils/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ export const listViewFields: ListViewFieldsConfig = {
body: ['is_selected', 'assets', 'description', 'qualifications', 'gravity']
},
stakeholders: {
head: ['entity', 'current_criticality'],
body: ['entity', 'current_criticality']
head: ['entity', 'category', 'current_criticality', 'applied_controls', 'residual_criticality'],
body: ['entity', 'category', 'current_criticality', 'applied_controls', 'residual_criticality']
}
};

0 comments on commit 93fb3cc

Please sign in to comment.