Update package.json and component files

This commit is contained in:
Dede Fuji Abdul
2024-04-02 22:40:06 +07:00
parent 3aa2540de4
commit ef7feaa17e
6 changed files with 40 additions and 20 deletions

View File

@ -6,7 +6,7 @@
{
id: 1,
name: 'Dibawah / Sesuai SLA (<= 3 Jam)',
min: '1',
min: '0',
max: '180'
},
{

View File

@ -6,13 +6,13 @@
{
id: 1,
name: 'Dibawah / Sesuai SLA (<= 3 hari)',
min: '1',
max: '4381'
min: '0',
max: '4320'
},
{
id: 2,
name: 'Melebihi SLA (> 3 hari)',
min: '4382',
min: '4321',
max: `${99999 * 60 * 24}`
}
]"

View File

@ -6,13 +6,13 @@
{
id: 1,
name: 'Dibawah / Sesuai SLA (<= 1 hari)',
min: '1',
max: '1501'
min: '0',
max: '1440'
},
{
id: 2,
name: 'Melebihi SLA (> 1 hari)',
min: '1502',
min: '1441',
max: `${99999 * 60 * 24}`
}
]"