diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index d7d0fafac..40b3df999 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -42,6 +42,7 @@ "inherited_risk_score": "Inherited Risk Score", "risk_score": "Risk Score", "vulnerable_projects": "Vulnerable Projects", + "findings": "Findings", "total_findings": "Total Findings", "findings_audited": "Findings Audited", "auditing_progress": "Auditing Progress", diff --git a/src/views/Dashboard.vue b/src/views/Dashboard.vue index e89263840..c58af8678 100644 --- a/src/views/Dashboard.vue +++ b/src/views/Dashboard.vue @@ -146,7 +146,7 @@ - + @@ -162,14 +162,30 @@ - + + + + {{ $t('message.portfolio_vulnerabilities') }}
+ {{vulnerabilities}} +
+
{{ $t('message.policy_violations') }}
{{totalViolations}}
+
+
+ + + + + {{ $t('message.findings') }}
+ {{totalFindings}} +
+
{{ $t('message.suppressed') }}