UX: switch dashboard to be the new dashboard

Also:
- add pageviews
- add problems and version sections
This commit is contained in:
Sam
2018-05-14 13:07:59 +10:00
parent d6316ac4b9
commit 6332d5040d
15 changed files with 137 additions and 114 deletions

View File

@@ -1,7 +1,7 @@
export default function() {
this.route('admin', { resetNamespace: true }, function() {
this.route('dashboard', { path: '/' });
this.route('dashboardNext', { path: '/dashboard-next' });
this.route('dashboard', { path: '/dashboard-old' });
this.route('dashboardNext', { path: '/' });
this.route('adminSiteSettings', { path: '/site_settings', resetNamespace: true }, function() {
this.route('adminSiteSettingsCategory', { path: 'category/:category_id', resetNamespace: true} );
});