From 23a21b701f65730603044d8d38b91cf864462685 Mon Sep 17 00:00:00 2001 From: tripleee Date: Thu, 17 Oct 2024 12:12:28 +0300 Subject: [PATCH] Update TTD graph on home page to include units Fixes #1009 --- app/views/dashboard/new_dash.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/dashboard/new_dash.html.erb b/app/views/dashboard/new_dash.html.erb index 3914c3c6d..11bf4dcfe 100644 --- a/app/views/dashboard/new_dash.html.erb +++ b/app/views/dashboard/new_dash.html.erb @@ -74,7 +74,7 @@ <%= line_chart reports_by_hour_graph_path(cache: true), colors: ['#444', '#0a0', '#a00'] %>
-

Time to deletion daily, last month

+

Time to deletion seconds, daily average, last month

<%= line_chart monthly_ttd_graph_path(cache: true, months: 1), colors: ['#444'] %>