Update SLAMetrics.vue

This commit is contained in:
Muhsin Keloth
2024-04-02 14:05:19 +05:30
parent dcb1de642e
commit 2874df2c00
@@ -13,7 +13,7 @@
class="w-full sm:w-px h-full border border-slate-75 dark:border-slate-700/50"
/>
<SLAMetricCard
label="No of Breaches"
label="$t('SLA_REPORTS.METRICS.NO_OF_BREACHES.LABEL')"
:value="noOfBreaches"
:tool-tip="$t('SLA_REPORTS.METRICS.NO_OF_BREACHES.TOOLTIP')"
:is-loading="isLoading"