SLAMetrics.vue

This commit is contained in:
Muhsin Keloth
2024-03-27 22:06:59 +05:30
parent 5abe802198
commit d4d5734a04
6 changed files with 84 additions and 59 deletions
@@ -507,6 +507,16 @@
"SATURDAY": "Saturday"
},
"SLA_REPORTS": {
"HEADER": "SLA Reports"
"HEADER": "SLA Reports",
"METRICS":{
"HIT_RATE": {
"LABEL": "Hit Rate",
"TOOLTIP": "Percentage of SLAs created were completed successfully"
},
"NO_OF_BREACHES": {
"LABEL": "Number of Breaches",
"TOOLTIP": "The total SLA breaches in a certain period."
}
}
}
}