uno reverse the filters
Signed-off-by: Peter Macdonald <peterm4c@pm.me>
This commit is contained in:
@@ -30,9 +30,9 @@ app:
|
||||
config:
|
||||
showAggregateMembersToggle: true
|
||||
initialRelationAggregation: aggregated
|
||||
# - entity-card:org/ownership:
|
||||
# config:
|
||||
# entityFilterKind: ['Component', 'API', 'Resource', 'System']
|
||||
- entity-card:org/ownership:
|
||||
config:
|
||||
entityFilterKind: ['Component', 'API', 'System']
|
||||
|
||||
# - apis.plugin.graphiql.browse.gitlab: true
|
||||
# - graphiql-endpoint:graphiql/gitlab: true
|
||||
|
||||
@@ -81,7 +81,12 @@ const EntityOwnershipCard = EntityCardBlueprint.makeWithOverrides({
|
||||
: !config.showAggregateMembersToggle
|
||||
}
|
||||
entityFilterKind={
|
||||
config.entityFilterKind ?? ['Component', 'API', 'System']
|
||||
config.entityFilterKind ?? [
|
||||
'Component',
|
||||
'API',
|
||||
'System',
|
||||
'Resource',
|
||||
]
|
||||
}
|
||||
/>
|
||||
)),
|
||||
|
||||
Reference in New Issue
Block a user