You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Velmurugan Periasamy (Jira)" <ji...@apache.org> on 2021/10/26 16:44: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 ]

Velmurugan Periasamy updated RANGER-3318:
-----------------------------------------
    Component/s:     (was: 2.2.0)

> 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: 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)