Skip to content

Commit

Permalink
Color fix for machine and added displayName for loose Machines
Browse files Browse the repository at this point in the history
  • Loading branch information
lkarlslund committed Sep 9, 2022
1 parent 52d4bb4 commit a14a7d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/analyze/html/graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ cytostyle = [{
style: {
shape: "round-octagon",
"background-image": "icons/tv-fill.svg",
"background-color": "red"
"background-color": "teal"
}
},
{
Expand Down
1 change: 1 addition & 0 deletions modules/integrations/activedirectory/analyze/analyze-ad.go
Original file line number Diff line number Diff line change
Expand Up @@ -697,6 +697,7 @@ func init() {

machine := ao.AddNew(
engine.IgnoreBlanks,
engine.DisplayName, o.Attr(engine.Name),
activedirectory.ObjectCategorySimple, "Machine",
DomainJoinedSID, o.SID(),
engine.Hostname, o.Attr(engine.Hostname),
Expand Down

0 comments on commit a14a7d3

Please sign in to comment.