Private GIT
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SickRage-1
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vlbox
SickRage-1
Commits
ec52bc5f
Commit
ec52bc5f
authored
Sep 25, 2015
by
Fernando
Browse files
Options
Downloads
Plain Diff
Merge pull request #2591 from fernandog/history_new_limits
Add more values to history limit
parents
235d4b0b
c89e7917
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
gui/slick/views/history.mako
+3
-0
3 additions, 0 deletions
gui/slick/views/history.mako
with
3 additions
and
0 deletions
gui/slick/views/history.mako
+
3
−
0
View file @
ec52bc5f
...
@@ -43,6 +43,9 @@
...
@@ -43,6 +43,9 @@
% endif
% endif
<div class="h2footer pull-right"><b>Limit:</b>
<div class="h2footer pull-right"><b>Limit:</b>
<select name="history_limit" id="history_limit" class="form-control form-control-inline input-sm">
<select name="history_limit" id="history_limit" class="form-control form-control-inline input-sm">
<option value="10" ${('', 'selected="selected"')[limit == 10]}>10</option>
<option value="25" ${('', 'selected="selected"')[limit == 25]}>25</option>
<option value="50" ${('', 'selected="selected"')[limit == 50]}>50</option>
<option value="100" ${('', 'selected="selected"')[limit == 100]}>100</option>
<option value="100" ${('', 'selected="selected"')[limit == 100]}>100</option>
<option value="250" ${('', 'selected="selected"')[limit == 250]}>250</option>
<option value="250" ${('', 'selected="selected"')[limit == 250]}>250</option>
<option value="500" ${('', 'selected="selected"')[limit == 500]}>500</option>
<option value="500" ${('', 'selected="selected"')[limit == 500]}>500</option>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment