diff options
author | jin xin <j00101220@huawei.com> | 2016-10-31 06:52:11 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@open-o.org> | 2016-10-31 06:52:11 +0000 |
commit | 7b44cab5387ec86bb2ec5b756205d8231de32d2f (patch) | |
tree | 148040167fb7ca309070b0db408c0c06df39b6ef /openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr | |
parent | e9a90860f1b661cfc85020d6b85be5ff08852c7b (diff) | |
parent | 14ea47900c3c8fd5e241f15bf6de1c7a8a0f5657 (diff) |
Merge "fix issue:GSO-87"
Diffstat (limited to 'openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr')
-rw-r--r-- | openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/rest.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/rest.js b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/rest.js index 7590bdf7..a6e2eba3 100644 --- a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/rest.js +++ b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/rest.js @@ -174,7 +174,7 @@ function loadGetServiceData(){ var parameter = {
'sort': [],
'pagination': 0,
- 'pagesize': 25,
+ 'pagesize': 10000,
'condition': {},
'serviceId': ""
};
|