meshstats: show siteName
This commit is contained in:
parent
ed731f087f
commit
a774b91bc1
2 changed files with 3 additions and 3 deletions
lib
|
@ -74,7 +74,7 @@ function (chroma, Map, Sidebar, Tabs, Container, Meshstats, Linklist,
|
|||
var infobox = new Infobox(config, sidebar, router)
|
||||
var tabs = new Tabs()
|
||||
var overview = new Container()
|
||||
var meshstats = new Meshstats()
|
||||
var meshstats = new Meshstats(config)
|
||||
var newnodeslist = new SimpleNodelist("new", "firstseen", router, "Neue Knoten")
|
||||
var lostnodeslist = new SimpleNodelist("lost", "lastseen", router, "Verschwundene Knoten")
|
||||
var nodelist = new Nodelist(router)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue