diff options
author | c00149107 <chenchuanyu@huawei.com> | 2016-10-31 14:42:54 +0800 |
---|---|---|
committer | c00149107 <chenchuanyu@huawei.com> | 2016-10-31 14:42:54 +0800 |
commit | 4d35d5ab70fce0b84b517c88f73ec901d39dac2b (patch) | |
tree | e0cad37d7fd384837af0cfb40c2fefec0a8806b5 /openo-portal/portal-lifecyclemgr | |
parent | 4a683664b595dd3ad688f81c98f97122ad7f7606 (diff) |
fix issue:GSO-87
Change-Id: I9688b3670c2f89e955d0c212859ea8ce06442280
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': ""
};
|