Skip to content

Commit

Permalink
Update index.html.haml
Browse files Browse the repository at this point in the history
  • Loading branch information
vmstan committed Sep 27, 2023
1 parent 57f592f commit aec66ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/dashboard/index.html.haml
Expand Up @@ -56,7 +56,7 @@
= react_admin_component :dimension, dimension: 'servers', start_at: @time_period.first, end_at: @time_period.last, limit: 8, label: t('admin.dashboard.top_servers')

.dashboard__item.dashboard__item--span-double-column
= react_admin_component :retention, start_at: @time_period.last - 6.months, end_at: @time_period.last, frequency: 'month'
= react_admin_component :retention, start_at: @time_period.last - 6.months, end_at: @time_period.last, frequency: 'month', server_timezone: Time.zone.name

.dashboard__item.dashboard__item--span-double-row
= react_admin_component :trends, limit: 7
Expand Down

0 comments on commit aec66ee

Please sign in to comment.