Update total duration and response time in Gangguan components
This commit is contained in:
@@ -409,6 +409,8 @@ const GET_REKAP_JENIS_GANGGUAN = gql`
|
||||
tipe_permasalahan
|
||||
total
|
||||
kode
|
||||
total_durasi_recovery
|
||||
total_durasi_response
|
||||
total_diatas_sla_recovery
|
||||
total_diatas_sla_response
|
||||
total_dibawah_sla_recovery
|
||||
@@ -499,7 +501,7 @@ const filterData = (params: any) => {
|
||||
},
|
||||
responseTime: {
|
||||
menit: {
|
||||
total: item.avg_durasi_response,
|
||||
total: item.total_durasi_response,
|
||||
rataRata: item.avg_durasi_response,
|
||||
max: item.max_durasi_response,
|
||||
min: item.min_durasi_response
|
||||
@@ -511,7 +513,7 @@ const filterData = (params: any) => {
|
||||
},
|
||||
recoveryTime: {
|
||||
menit: {
|
||||
total: item.avg_durasi_recovery,
|
||||
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