Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consistency in pagination widget #4041

Closed
chantal-kelm opened this issue Apr 19, 2022 · 4 comments · Fixed by #4066
Closed

Consistency in pagination widget #4041

chantal-kelm opened this issue Apr 19, 2022 · 4 comments · Fixed by #4066
Assignees
Labels
type/enhancement Enhancement issue

Comments

@chantal-kelm
Copy link
Contributor

chantal-kelm commented Apr 19, 2022

Describe the solution you'd like
Currently in some tables of the application we find inconsistencies in the pagination widget, in some cases it has been reported that it only has one option. For this, it is necessary to carry out an analysis in all the tables and verify in which of them the inconvenience appears.

Describe alternatives you've considered
One of the possible solutions is to maintain consistency in the options that are presented to us, for example to show the following alternatives for the number of rows to show (10 15 25 50 100)

Additional context
Rows per page widget - in some tables there is only one option for the widget. we need to remove the widget in this case, or support multiple options

@chantal-kelm chantal-kelm added the type/enhancement Enhancement issue label Apr 19, 2022
@chantal-kelm chantal-kelm changed the title Improve message for os selection in agent installation walkthrough Rows per page widget Apr 19, 2022
@chantal-kelm
Copy link
Contributor Author

Research

Modules -> security events, widget shows 10 25 50
Management -> Rules, widget shows 10 15 25 50 100
Management -> Decoders, widget shows 10 15 25 50 100
Management -> Cbd lists, widget shows 10 15 25 50 100
Management -> Groups, widget shows 10 25 50 100
Management -> Reporting, widget shows 10 25 50
Security -> Users, widget shows 10 25 50
Security -> Roles, widget shows 10 25 50
Security -> Policies, widget shows 10 25 50
Security -> Roles mapping, widget shows 10 25 50
Settings -> Api, widget shows 10 25 50

As long as there are less than 10 results the widget is shown to choose from
in some tables the widget has the numbers 10 25 50 and in others 10 15 25 50 100
In the agents table, the widget does not appear

@matiasmoreno876
Copy link
Contributor

Currently we can observe the behavior of the widget, entering the following route, Modules -> MITRE ATT&CK

image

@matiasmoreno876 matiasmoreno876 changed the title Rows per page widget Consistency in pagination widget Apr 19, 2022
@gdiazlo gdiazlo linked a pull request Apr 26, 2022 that will close this issue
@Mayons
Copy link

Mayons commented Apr 27, 2022

TEST OK!
image

@Desvelao
Copy link
Member

Added more options to the page size.

Closed in #4066.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Enhancement issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants