Use case: define your options values. In case you need to extend the reference solution set value in minutes, e.g. 1 hour - 60; 2 hours - 120.1{
2 "component": "fc.page.filter.select",
3 "props": {
4 "options": [
5 {
6 "label": "i18n:fc.inventory.filter.last30min",
7 "value": "30"
8 },
9 {
10 "label": "i18n:fc.inventory.filter.last1hour",
11 "value": "60"
12 },
13 {
14 "label": "i18n:fc.inventory.filter.last8hours",
15 "value": "480"
16 },
17 {
18 "label": "i18n:fc.inventory.filter.last16hours",
19 "value": "960"
20 },
21 {
22 "label": "i18n:fc.inventory.filter.last24hours",
23 "value": "1440"
24 }
25 ]
26 }
27}
We do not recommend to set value more than 1440 as it may lead to the performance issues.