From ad8dd2c8544e9c8da6a3a399d7eda0842be121d6 Mon Sep 17 00:00:00 2001 From: Emelia Smith Date: Sat, 13 Jul 2024 20:15:06 +0200 Subject: [PATCH] Remove Top Active Servers from Admin Dashboard --- app/views/admin/dashboard/index.html.haml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app/views/admin/dashboard/index.html.haml b/app/views/admin/dashboard/index.html.haml index 8430dd3c4f1..c8bfb354e36 100644 --- a/app/views/admin/dashboard/index.html.haml +++ b/app/views/admin/dashboard/index.html.haml @@ -86,14 +86,6 @@ limit: 8, start_at: @time_period.first - .dashboard__item - = react_admin_component :dimension, - dimension: 'servers', - end_at: @time_period.last, - label: t('admin.dashboard.top_servers'), - limit: 8, - start_at: @time_period.first - .dashboard__item.dashboard__item--span-double-column = react_admin_component :retention, end_at: @time_period.last,