Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
adapt
ace
Commits
7c1fa961
Commit
7c1fa961
authored
Mar 17, 2016
by
Michael Ritter
Browse files
Update the default page sizes
parent
83047a1a
Changes
2
Hide whitespace changes
Inline
Side-by-side
ace-am/src/main/java/edu/umiacs/ace/monitor/access/StatusServlet.java
View file @
7c1fa961
...
...
@@ -59,7 +59,7 @@ public class StatusServlet extends EntityManagerServlet {
private
static
final
String
PAGE_NUMBER
=
"page"
;
private
static
final
long
DEFAULT_PAGE
=
0
;
private
static
final
int
DEFAULT_COUNT
=
2
0
;
private
static
final
int
DEFAULT_COUNT
=
10
0
;
// TODO: Add session fields for pagination and search params
private
static
final
String
SESSION_WORKINGCOLLECTION
=
"workingCollection"
;
...
...
ace-am/src/main/webapp/status.jsp
View file @
7c1fa961
...
...
@@ -328,9 +328,9 @@
</td>
<td
align=
"center"
>
Show per page:
<a
href=
"${page.getCount(20)}"
>
20
</a>
<a
href=
"${page.getCount(50)}"
>
50
</a>
<a
href=
"${page.getCount(100)}"
>
100
</a>
<a
href=
"${page.getCount(500)}"
>
500
</a>
<a
href=
"${page.getCount(1000)}"
>
1000
</a>
</td>
<td
align=
"right"
>
<%--
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment