mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
EXPERIMENTAL: new dashboard UI
This is the first iteration of an effort towards making a very good dashboard. Until we feel confident this is good, this dashboard will only be accessible through /admin/dashboard_next
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export default Discourse.Route.extend({});
|
||||
@@ -1,6 +1,7 @@
|
||||
export default function() {
|
||||
this.route('admin', { resetNamespace: true }, function() {
|
||||
this.route('dashboard', { path: '/' });
|
||||
this.route('dashboard_next', { 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