mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 12:57:59 +02:00
Merge pull request #14567 from davidkelly/dk/18639
Return more connections in pal
This commit is contained in:
commit
3e10bea1ce
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ Rectangle {
|
||||||
'username';
|
'username';
|
||||||
}
|
}
|
||||||
sortAscending: connectionsTable.sortIndicatorOrder === Qt.AscendingOrder;
|
sortAscending: connectionsTable.sortIndicatorOrder === Qt.AscendingOrder;
|
||||||
itemsPerPage: 10;
|
itemsPerPage: 1000;
|
||||||
listView: connectionsTable;
|
listView: connectionsTable;
|
||||||
processPage: function (data) {
|
processPage: function (data) {
|
||||||
return data.users.map(function (user) {
|
return data.users.map(function (user) {
|
||||||
|
|
Loading…
Reference in a new issue