Skip to content

Commit

Permalink
add filter on provider for threats
Browse files Browse the repository at this point in the history
  • Loading branch information
melinoix committed Nov 6, 2024
1 parent 50d1c75 commit 7e914b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/lib/utils/table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,8 @@ export const listViewFields: ListViewFieldsConfig = {
body: ['ref_id', 'name', 'description', 'provider', 'folder'],
meta: ['id', 'urn'],
filters: {
folder: DOMAIN_FILTER
folder: DOMAIN_FILTER,
provider: PROVIDER_FILTER
}
},
'risk-scenarios': {
Expand Down

0 comments on commit 7e914b3

Please sign in to comment.