1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-22 22:59:43 +02:00

refactored license/smtp/genral settings UI

This commit is contained in:
Harvey Kandola 2017-11-28 12:27:50 +00:00
parent fd6b4c051b
commit 75aa00beca
19 changed files with 221 additions and 117 deletions

View file

@ -55,8 +55,11 @@ export default Router.map(function () {
this.route('folders', {
path: 'folders'
});
this.route('global', {
path: 'global'
this.route('smtp', {
path: 'smtp'
});
this.route('license', {
path: 'license'
});
this.route('auth', {
path: 'auth'