1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

Remove Top Active Servers from Admin Dashboard

This commit is contained in:
Emelia Smith 2024-07-13 20:15:06 +02:00
parent 00cb4a0313
commit ad8dd2c854
No known key found for this signature in database

View file

@ -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,