Return more connections in pal

This commit is contained in:
David Kelly 2018-12-11 14:47:18 -08:00
parent a005f9e9ab
commit b2645bc23b

View file

@ -61,7 +61,7 @@ Rectangle {
'username';
}
sortAscending: connectionsTable.sortIndicatorOrder === Qt.AscendingOrder;
itemsPerPage: 10;
itemsPerPage: 1000;
listView: connectionsTable;
processPage: function (data) {
return data.users.map(function (user) {