local peers should always be online

This commit is contained in:
j 2016-02-07 13:55:12 +05:30
commit d799e690b5
4 changed files with 9 additions and 1 deletions

View file

@ -490,6 +490,7 @@ oml.ui.peersPanel = function() {
}
],
items: folder.items,
keys: ['local'],
max: 1,
sort: [{key: 'index', operator: '+'}],
sortable: folder.id == 'peers',