5
0
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:
Neil Alexander 2018-06-01 23:33:02 +01:00
parent e4082f218f
commit ec80a81ed5

View File

@ -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
}
}