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:
parent
00cb4a0313
commit
ad8dd2c854
1 changed files with 0 additions and 8 deletions
|
@ -86,14 +86,6 @@
|
||||||
limit: 8,
|
limit: 8,
|
||||||
start_at: @time_period.first
|
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
|
.dashboard__item.dashboard__item--span-double-column
|
||||||
= react_admin_component :retention,
|
= react_admin_component :retention,
|
||||||
end_at: @time_period.last,
|
end_at: @time_period.last,
|
||||||
|
|
Loading…
Reference in a new issue