mirror of
https://github.com/discourse/discourse.git
synced 2025-05-25 19:29:34 +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:
@ -41,6 +41,6 @@ export default Ember.Controller.extend({
|
||||
},
|
||||
|
||||
_reportsForPeriodURL(period) {
|
||||
return `/admin/dashboard_next?period=${period}`;
|
||||
return `/admin/dashboard-next?period=${period}`;
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user