mirror of
https://github.com/discourse/discourse.git
synced 2025-06-05 23:15:01 +08:00
dashboard next: minor improvements
* rename route to dashboard-next * better scaling of charts for large data sets * adjust trend position to avoid overlap * makes sure silenced/suspended is made on real users * correctly format data when only one data point * minor refactoring
This commit is contained in:
@ -230,7 +230,7 @@ Discourse::Application.routes.draw do
|
||||
|
||||
get "version_check" => "versions#show"
|
||||
|
||||
resources :dashboard_next, only: [:index]
|
||||
get "dashboard-next" => "dashboard_next#index"
|
||||
|
||||
resources :dashboard, only: [:index] do
|
||||
collection do
|
||||
|
Reference in New Issue
Block a user