Skip to content

Commit

Permalink
Add PermissionsBoundary edge style
Browse files Browse the repository at this point in the history
  • Loading branch information
beatro0t committed Aug 13, 2021
1 parent 564131d commit 4294f74
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions www/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,16 @@ export default {
'background-image': icons.Internet.Domain,
}
},
{
selector: function (e) {
return (e.classes().includes("TRANSITIVE") &&
Object.keys(e.source().data("properties")
).includes("PermissionsBoundary"))
},
style: {
'line-style': 'dashed'
}
},
{
selector: 'edge.TRANSITIVE',
style: {
Expand Down

0 comments on commit 4294f74

Please sign in to comment.