Skip to content

Commit

Permalink
more links on widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
ab-smith committed Nov 28, 2024
1 parent d93ff1b commit cff07f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion frontend/messages/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@
"sumpageNonCompliantItems": "Exigences non conformes",
"sumpageEvidences": "Preuves",
"sumpageAvgProgress": "Avancement moyenné",
"sumpageAssessments": "Evaluations",
"sumpageAssessments": "Analyses",
"sumpageScenarios": "Scénarios",
"sumpageMappedThreats": "Menaces mappées",
"sumpageRiskAccepted": "Risques acceptés",
Expand Down
8 changes: 4 additions & 4 deletions frontend/src/routes/(app)/(internal)/analytics/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
<Card
count={metrics.risk.assessments}
label={m.sumpageAssessments()}
href="#"
href="/risk-assessments/"
help="this is interesting"
emphasis={true}
icon="fa-solid fa-biohazard"
Expand All @@ -268,7 +268,7 @@
<Card
count={metrics.risk.scenarios}
label={m.sumpageScenarios()}
href="#"
href="/risk-scenarios/"
help="this is interesting"
icon="fa-solid fa-biohazard"
section={m.sumpageSectionRisk()}
Expand All @@ -284,7 +284,7 @@
<Card
count={metrics.risk.threats}
label={m.sumpageMappedThreats()}
href="#"
href="/analytics?tab=2"
help="this is interesting"
icon="fa-solid fa-biohazard"
section={m.sumpageSectionRisk()}
Expand All @@ -293,7 +293,7 @@
<Card
count={metrics.risk.acceptances}
label={m.sumpageRiskAccepted()}
href="#"
href="/risk-acceptances"
help="this is interesting"
icon="fa-solid fa-biohazard"
section={m.sumpageSectionRisk()}
Expand Down

0 comments on commit cff07f7

Please sign in to comment.