Skip to content

Commit

Permalink
Icons for executables
Browse files Browse the repository at this point in the history
  • Loading branch information
lkarlslund committed Mar 26, 2022
1 parent 6a2b197 commit 9729985
Show file tree
Hide file tree
Showing 2 changed files with 175 additions and 1 deletion.
9 changes: 8 additions & 1 deletion modules/analyze/html/graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,14 @@ var cytostyle = [{
"background-color": "lightblue"
}
},

{
selector: 'node[type="Executable"]',
style: {
shape: "rectangle",
"background-image": "icons/binary-code-binary-svgrepo-com.svg",
"background-color": "lightgreen"
}
},

{
selector: 'node[type="GroupPolicyContainer"]',
Expand Down
167 changes: 167 additions & 0 deletions modules/analyze/html/icons/binary-code-binary-svgrepo-com.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9729985

Please sign in to comment.