Skip to content

Commit

Permalink
add filter on provider for threats (#1019)
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-intuitem authored Nov 7, 2024
2 parents 6112b1e + 7e914b3 commit 936c299
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 @@ -307,7 +307,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 936c299

Please sign in to comment.