Skip to content

Commit

Permalink
Add fields to exclusion list (#231)
Browse files Browse the repository at this point in the history
* exclude admin counts

* use the right admincount

* admin rights risk percentage not admincount
  • Loading branch information
benwaples authored Nov 21, 2023
1 parent be05d0a commit 67c5dd9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/ui/src/views/Explore/fragments.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ import useCollapsibleSectionStyles from 'src/views/Explore/InfoStyles/Collapsibl

const exclusionList = [
'gid',
'admin_rights_count',
'admin_rights_risk_percent',
'hasspn',
'system_tags',
'user_tags',
Expand Down

0 comments on commit 67c5dd9

Please sign in to comment.