mirror of
https://github.com/documize/community.git
synced 2025-07-24 15:49:44 +02:00
Migrate views to new master layout
This commit is contained in:
parent
14f313a836
commit
08794f8d5f
17 changed files with 419 additions and 414 deletions
|
@ -17,6 +17,9 @@ import AuthMixin from '../../mixins/auth';
|
|||
import Component from '@ember/component';
|
||||
|
||||
export default Component.extend(AuthMixin, {
|
||||
tagName: 'div',
|
||||
classNames: ['master-sidebar'],
|
||||
|
||||
router: service(),
|
||||
documentService: service('document'),
|
||||
folderService: service('folder'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue