This is an automated email from the ASF dual-hosted git repository.
tobiasistvan pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git
The following commit(s) were added to refs/heads/trunk by this push:
new a4d1d48 [AMBARI-24440] [Log Search UI] Default logs list length per
page should be 100 instead of 10 (#2053)
a4d1d48 is described below
commit a4d1d48f71fc64b2d152f0d2736980c6540c8cd5
Author: Istvan Tobias <[email protected]>
AuthorDate: Tue Aug 14 15:34:03 2018 +0200
[AMBARI-24440] [Log Search UI] Default logs list length per page should be
100 instead of 10 (#2053)
---
.../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: [],