You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Pierre Smits (Jira)" <ji...@apache.org> on 2021/10/26 11:07:00 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=17434272#comment-17434272 ] 

Pierre Smits commented on RANGER-3318:
--------------------------------------

Hi [~fullhouse],

 You have listed '2.2.0' as one of the components in the header of this ticket. It seems to me that this is incorrect (as a version should not be listed there). Can you please correct this?

> 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, admin, Ranger
>    Affects Versions: 2.0.0, 2.1.0, 2.0.1, 2.2.0, 2.1.1
>            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)