diff options
author | jin xin <j00101220@huawei.com> | 2016-10-31 06:52:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@open-o.org> | 2016-10-31 06:52:27 +0000 |
commit | 2ead90ffccdf40a2e6b2c859819720b8770d9cfa (patch) | |
tree | b51d17d20ae07e434d4a8a034e6397c7d07b0e1a /openo-portal/portal-lifecyclemgr | |
parent | 38a3195abbb70f915339f29d396b21c624e6346d (diff) | |
parent | 4d35d5ab70fce0b84b517c88f73ec901d39dac2b (diff) |
Merge "fix issue:GSO-87" into sun
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': ""
};
|