Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zoic21 authored Jun 4, 2024
1 parent bba42e0 commit 062629f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/config/default.config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ historyArchiveTime = 2
historyArchivePackage = 1
displayStatsWidget = 0
history::defautShowPeriod = -1 month
history::smooth = 0
history::smooth = -2

;security
security::maxFailedLogin = 6
Expand Down
2 changes: 1 addition & 1 deletion desktop/php/administration.php
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,7 @@
</label>
<div class="col-sm-6">
<select class="form-control configKey" data-l1key="history::smooth">
<option value="-1">{{Aucun}}</option>
<option value=-2">{{Aucun}}</option>
<option value="60">{{1 min}}</option>
<option value="300">{{5 min}}</option>
<option value="600">{{10 min}}</option>
Expand Down

0 comments on commit 062629f

Please sign in to comment.