diff options
author | c00149107 <chenchuanyu@huawei.com> | 2016-10-31 14:39:28 +0800 |
---|---|---|
committer | c00149107 <chenchuanyu@huawei.com> | 2016-10-31 14:39:28 +0800 |
commit | 14ea47900c3c8fd5e241f15bf6de1c7a8a0f5657 (patch) | |
tree | edd3df361be1df8fa4fa8e63da6ee53ed771679e /openo-portal/portal-lifecyclemgr | |
parent | c0a2ffc492d72633996afdb521a41aa8d86893cb (diff) |
fix issue:GSO-87
Change-Id: I5a0783abba8976dc9393f6efb57eab719e32324f
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
Diffstat (limited to 'openo-portal/portal-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': ""
};
|