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

Compare commits

...

2 commits

Author SHA1 Message Date
Emelia Smith
e6a97bb6ea
Merge ad8dd2c854 into 549ab089ee 2024-07-31 11:06:51 +00:00
Emelia Smith
ad8dd2c854
Remove Top Active Servers from Admin Dashboard 2024-07-13 20:15:06 +02:00

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,