Skip to content

Commit

Permalink
Merge pull request #1021 from tripleee/ttd-seconds
Browse files Browse the repository at this point in the history
Update TTD graph on home page to include units
  • Loading branch information
tripleee authored Oct 17, 2024
2 parents 5d2fa46 + 23a21b7 commit 58eaa92
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 58eaa92

Please sign in to comment.