Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dbchiro
dbchiroweb
Commits
62227320
Commit
62227320
authored
Mar 16, 2021
by
hypsug0
Browse files
Test with page limit to 5000
parent
9193cd37
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/sights/sighting_search.html
View file @
62227320
...
...
@@ -151,7 +151,7 @@
<div
class=
"form-group form-group-sm mr-2"
>
<label
for=
"page_size"
>
Nombre de donnnées à afficher
</label>
<input
class=
"form-control form-control-sm"
type=
"number"
id=
"page_size"
name=
"page_size"
min=
"100"
max=
"
1
000"
step=
"100"
name=
"page_size"
min=
"100"
max=
"
5
000"
step=
"100
0
"
placeholder=
"Nombre de données"
>
</div>
</div>
...
...
Write
Preview
Supports
Markdown
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