You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Konstantin Tsypin (Jira)" <ji...@apache.org> on 2021/06/15 15:36:00 UTC

[jira] [Updated] (RANGER-3318) Ranger webui main page has a paging limit for services

     [ https://issues.apache.org/jira/browse/RANGER-3318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Konstantin Tsypin updated RANGER-3318:
--------------------------------------
    Description: 
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(100)}}”
 modify just in case for
 “{{this.services.setPageSize(200)}}”
  
 As Idea - you can make this PageSize as ranger option.

  was:
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.


> 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
>            Priority: Major
>
> 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(100)}}”
>  modify just in case for
>  “{{this.services.setPageSize(200)}}”
>   
>  As Idea - you can make this PageSize as ranger option.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)