Update total duration and response time in Gangguan components
This commit is contained in:
@ -410,6 +410,8 @@ const GET_REKAPITULASI_GANGGUAN_PER_REGU = gql`
|
||||
persen_selesai
|
||||
nama_posko
|
||||
total
|
||||
total_durasi_recovery
|
||||
total_durasi_response
|
||||
total_diatas_sla_recovery
|
||||
total_diatas_sla_response
|
||||
total_dibawah_sla_recovery
|
||||
@ -498,7 +500,7 @@ const filterData = (params: any) => {
|
||||
},
|
||||
responseTime: {
|
||||
menit: {
|
||||
total: 0,
|
||||
total: item.total_durasi_response,
|
||||
rataRata: item.avg_durasi_response,
|
||||
max: item.max_durasi_response,
|
||||
min: item.min_durasi_response
|
||||
@ -510,7 +512,7 @@ const filterData = (params: any) => {
|
||||
},
|
||||
recoveryTime: {
|
||||
menit: {
|
||||
total: 0,
|
||||
total: item.total_durasi_recovery,
|
||||
rataRata: item.avg_durasi_recovery,
|
||||
max: item.max_durasi_recovery,
|
||||
min: item.min_durasi_recovery
|
||||
|
Reference in New Issue
Block a user