Skip to content

Commit

Permalink
More required labels added
Browse files Browse the repository at this point in the history
  • Loading branch information
littlesvensson committed Feb 12, 2025
1 parent f78f5e8 commit 96a10e9
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions dojo/templates/dojo/dashboard-metrics.html
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ <h3 id="accepted-per-week-title">{% trans "Risk accepted bug count by week" %}</
Severity{% endblocktrans %}</div>
<!-- /.panel-heading -->
<div class="panel-body">
<div aria-describedby="top-ten-description" class="graph" id="top-ten" role="img" tabindex="0"></div>
<div aria-labelledby="top-ten-title" aria-describedby="top-ten-description" class="graph" id="top-ten" role="img" tabindex="0"></div>
</div>
<div class="sr-only">
<h3 id="top-ten-title">{% trans "Top Products By Bug Severity" %}</h3>
Expand Down Expand Up @@ -275,7 +275,7 @@ <h3 id="top-ten-title">{% trans "Top Products By Bug Severity" %}</h3>
<div class="panel-heading">{% trans "Total Findings In Period By Severity" %}</div>
<!-- /.panel-heading -->
<div class="panel-body">
<div aria-describedby="opened-in-period-description" class="graph" id="opened_in_period" role="img"
<div aria-labelledby="severity-pie-title" aria-describedby="opened-in-period-description" class="graph" id="opened_in_period" role="img"
tabindex="0"></div>
</div>
<div class="sr-only">
Expand All @@ -297,7 +297,7 @@ <h3 id="severity-pie-title">{% trans "Total findings in period by severity" %}</
<div class="panel-heading">{% trans "Total Findings Risk Accepted In Period By Severity" %}</div>
<!-- /.panel-heading -->
<div class="panel-body">
<div aria-describedby="total-accepted-in-period-description" class="graph" id="total_accepted_in_period"
<div aria-labelledby="total-accepted-severity-pie-title" aria-describedby="total-accepted-in-period-description" class="graph" id="total_accepted_in_period"
role="img" tabindex="0">
</div>
<div class="sr-only">
Expand All @@ -322,7 +322,8 @@ <h3 id="total-accepted-severity-pie-title">{% trans "Total risk accepted finding
<div class="panel-heading">{% trans "Total Findings Closed In Period By Severity" %}</div>
<!-- /.panel-heading -->
<div class="panel-body">
<div aria-describedby="total-closed-in-period-description" class="graph" id="total_closed_in_period"
<div
aria-labelledby="total-accepted-severity-pie-title" aria-describedby="total-closed-in-period-description" class="graph" id="total_closed_in_period"
role="img" tabindex="0">
</div>
<div class="sr-only">
Expand All @@ -348,7 +349,8 @@ <h3 id="total-accepted-severity-pie-title">{% trans "Total closed in period by s
{% trans "Weekly activity, displayed by day, of findings reported.*" %}
</div>
<div class="panel-body">
<div aria-describedby="punchcard-description" class="graph-500" id="punchcard" role="img" tabindex="0">
<div
aria-labelledby="punchcard-title" aria-describedby="punchcard-description" class="graph-500" id="punchcard" role="img" tabindex="0">
</div>
<div class="sr-only">
<h3 id="punchcard-title">{% trans "Weekly Activity of Findings Reported" %}</h3>
Expand Down

0 comments on commit 96a10e9

Please sign in to comment.