Konstantin Tsypin created RANGER-3318:
-----------------------------------------
Summary: Ranger webui main page has a paging limit for services
Key: RANGER-3318
URL: https://issues.apache.org/jira/browse/RANGER-3318
Project: Ranger
Issue Type: Bug
Components: 2.2.0
Reporter: Konstantin Tsypin
Hi!
It's a bug with webui. We have 100+++ services on our Ranger production, but
webui show only first 100 added.
It's the paging limit without option to list pages. Nice to have - update UI
and implement page numbers.
Temprorary workaround i find:
Inside the file
{{ranger_admin_directory/ews/webapp/scripts}}/{{Main.min.js}}
all substrings:
“{{this.services.setPageSize(}}1{{00)}}”
modify just in case for
“{{this.services.setPageSize(}}2{{00)}}”
As Idea - you can make this PageSize as ranger option.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)