mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-10 05:10:26 +00:00
Mark extrapolated nodes with dashed outline
This commit is contained in:
parent
e4082f218f
commit
ec80a81ed5
@ -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
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user