include offline nodes in nodes.json

This commit is contained in:
Nils Schneider 2012-06-12 00:37:07 +02:00
commit 54feeea4cd
2 changed files with 4 additions and 1 deletions

View file

@ -371,6 +371,9 @@ function update() {
if (!visible.clients && d.flags.client)
return false
if (!d.flags.online)
return false
return true
})