aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjin xin <j00101220@huawei.com>2016-10-31 06:52:27 +0000
committerGerrit Code Review <gerrit@open-o.org>2016-10-31 06:52:27 +0000
commit2ead90ffccdf40a2e6b2c859819720b8770d9cfa (patch)
treeb51d17d20ae07e434d4a8a034e6397c7d07b0e1a
parent38a3195abbb70f915339f29d396b21c624e6346d (diff)
parent4d35d5ab70fce0b84b517c88f73ec901d39dac2b (diff)
Merge "fix issue:GSO-87" into sun
-rw-r--r--openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/js/rest.js2
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': ""
};