Merge pull request #14567 from davidkelly/dk/18639

Return more connections in pal
This commit is contained in:
Shannon Romano 2018-12-13 22:48:00 +00:00 committed by GitHub
commit 3e10bea1ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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) {