mirror of
https://github.com/flarum/core.git
synced 2025-10-16 09:16:06 +02:00
Set up responsive admin layout
This commit is contained in:
9
ember/admin/app/controllers/application.js
Normal file
9
ember/admin/app/controllers/application.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import Ember from 'ember';
|
||||
|
||||
export default Ember.Controller.extend({
|
||||
actions: {
|
||||
toggleDrawer: function() {
|
||||
this.toggleProperty('drawerShowing');
|
||||
}
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user