configured binary download URL

This commit is contained in:
strawmanbobi
2020-05-05 18:10:39 +08:00
parent 340c62eb83
commit f6bdee2928
5 changed files with 11 additions and 3 deletions

View File

@@ -3,6 +3,8 @@
* 2017-03-27
*/
var CODE_TABLE_PADDING = 320;
var id = "";
var token = "";
var client = null;
@@ -124,7 +126,7 @@ function loadRemoteList(isSearch, remoteMap) {
method: 'get',
url: url,
cache: false,
height: 600,
height: getViewPortHeight() - CODE_TABLE_PADDING,
pagination: true,
pageSize: 50,
pageList: [10, 25, 50, 100, 200],