This is an automated email from the ASF dual-hosted git repository.

tobiasistvan pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new 0310d16   [AMBARI-24440] [Log Search UI] Default logs list length per 
page should be 100 instead of 10 (#2054)
0310d16 is described below

commit 0310d16570cd84cee6dfa6f8fbc4de8d91071edd
Author: Istvan Tobias <[email protected]>
AuthorDate: Tue Aug 14 15:34:21 2018 +0200

     [AMBARI-24440] [Log Search UI] Default logs list length per page should be 
100 instead of 10 (#2054)
    
    (cherry picked from commit 7eb963c634d5125dcd52b7ce125d852d0e9dd26a)
---
 .../src/app/services/logs-filtering-utils.service.ts                  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/ambari-logsearch/ambari-logsearch-web/src/app/services/logs-filtering-utils.service.ts
 
b/ambari-logsearch/ambari-logsearch-web/src/app/services/logs-filtering-utils.service.ts
index 185a480..89f8a6d 100644
--- 
a/ambari-logsearch/ambari-logsearch-web/src/app/services/logs-filtering-utils.service.ts
+++ 
b/ambari-logsearch/ambari-logsearch-web/src/app/services/logs-filtering-utils.service.ts
@@ -265,8 +265,8 @@ export class LogsFilteringUtilsService {
       }
     },
     pageSize: [{
-      label: '10',
-      value: '10'
+      label: '100',
+      value: '100'
     }],
     page: 0,
     query: [],

Reply via email to