mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-06-14 18:36:07 +00:00
Mark extrapolated nodes with dashed outline
This commit is contained in:
@ -605,7 +605,7 @@ func (a *admin) getResponse_dot() []byte {
|
||||
}
|
||||
newInfo.name = "?"
|
||||
newInfo.key = key
|
||||
newInfo.options = "style=filled"
|
||||
newInfo.options = "style=dashed"
|
||||
infos[key] = newInfo
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user