remove "Gateway-Feature"
This commit is contained in:
parent
ca8ce8392f
commit
c13e648cc6
3 changed files with 2 additions and 26 deletions
|
|
@ -11,9 +11,6 @@ define(function () {
|
|||
var totalClients = sum(d.nodes.all.filter(online).map( function (d) {
|
||||
return d.statistics.clients
|
||||
}))
|
||||
var totalGateways = sum(d.nodes.all.filter(online).filter( function (d) {
|
||||
return d.flags.gateway
|
||||
}).map(one))
|
||||
|
||||
var nodetext = [{ count: totalOnlineNodes, label: "online" },
|
||||
{ count: totalNewNodes, label: "neu" },
|
||||
|
|
@ -23,9 +20,8 @@ define(function () {
|
|||
.join(", ")
|
||||
|
||||
stats.textContent = totalNodes + " Knoten " +
|
||||
"(" + nodetext + "), " +
|
||||
totalClients + " Clients, " +
|
||||
totalGateways + " Gateways"
|
||||
"(" + nodetext + ") mit " +
|
||||
totalClients + " Clients"
|
||||
|
||||
timestamp.textContent = "Diese Daten sind von " + d.timestamp.format("LLLL") + "."
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue