Details
-
Improvement
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
The default pagination size of 20 jobs is far too small for real usage.
I do understand that we need pagination but we also need a more appropriate value that does not force users to click expand 3-4 times until they find the jobs they were looking for.
That's why we propose a limit of 100.
Code changed in jenkins
User: Sorin Sbarnea
Path:
core/src/main/java/hudson/search/Search.java
core/src/main/resources/hudson/search/Search/search-failed.jelly
war/src/main/webapp/css/style.css
war/src/main/webapp/scripts/hudson-behavior.js
http://jenkins-ci.org/commit/jenkins/a30ada790779f61faec3f02dcee03ca54e4a472e
Log:
JENKINS-47020- Improve job search experience (#3324)Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>
Increase the max number of results from 10 to 25.
Increase width of results from 25em to 35em
in order to suit longer job names.
This still fits even small 13" screens and improves
user experience.
Signed-off-by: Sorin Sbarnea <ssbarnea@redhat.com>