Skip to content

Commit

Permalink
Update TTD graph on home page to include units
Browse files Browse the repository at this point in the history
Fixes #1009
  • Loading branch information
tripleee committed Oct 17, 2024
1 parent 5d2fa46 commit 23a21b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/dashboard/new_dash.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<%= line_chart reports_by_hour_graph_path(cache: true), colors: ['#444', '#0a0', '#a00'] %>

<div class="col-md-6">
<h4>Time to deletion <small>daily, last month</small></h4>
<h4>Time to deletion <small>seconds, daily average, last month</small></h4>
<%= line_chart monthly_ttd_graph_path(cache: true, months: 1), colors: ['#444'] %>
</div>
<div class="col-md-6">
Expand Down

0 comments on commit 23a21b7

Please sign in to comment.