mirror of
https://github.com/flarum/core.git
synced 2025-10-14 00:15:51 +02:00
Set up responsive admin layout
This commit is contained in:
@@ -6,7 +6,11 @@ var Router = Ember.Router.extend({
|
||||
});
|
||||
|
||||
Router.map(function() {
|
||||
// this.resource('index', {path: '/'}
|
||||
this.resource('dashboard', {path: '/'});
|
||||
this.resource('basics');
|
||||
this.resource('permissions');
|
||||
this.resource('appearance');
|
||||
this.resource('extensions');
|
||||
});
|
||||
|
||||
export default Router;
|
||||
|
Reference in New Issue
Block a user