mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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:
@@ -1,7 +1,7 @@
|
||||
export default function() {
|
||||
this.route('admin', { resetNamespace: true }, function() {
|
||||
this.route('dashboard', { path: '/' });
|
||||
this.route('dashboard_next', { path: '/dashboard_next' });
|
||||
this.route('dashboardNext', { path: '/dashboard-next' });
|
||||
this.route('adminSiteSettings', { path: '/site_settings', resetNamespace: true }, function() {
|
||||
this.route('adminSiteSettingsCategory', { path: 'category/:category_id', resetNamespace: true} );
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user