[monitoring] Widen uk-payslip default time range to 10y
Oldest payslip in Paperless is July 2019. Previous default (now-2y) hid everything from 2019-2023, making it look like the backfill was broken.
This commit is contained in:
parent
1698cd1ce1
commit
4cd8d96b01
1 changed files with 1 additions and 1 deletions
|
|
@ -381,7 +381,7 @@
|
||||||
"list": []
|
"list": []
|
||||||
},
|
},
|
||||||
"time": {
|
"time": {
|
||||||
"from": "now-2y",
|
"from": "now-10y",
|
||||||
"to": "now"
|
"to": "now"
|
||||||
},
|
},
|
||||||
"timepicker": {},
|
"timepicker": {},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue