[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:
Viktor Barzin 2026-04-18 23:26:49 +00:00
parent 1698cd1ce1
commit 4cd8d96b01

View file

@ -381,7 +381,7 @@
"list": []
},
"time": {
"from": "now-2y",
"from": "now-10y",
"to": "now"
},
"timepicker": {},