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

code for dashboard page

This commit is contained in:
Harvey Kandola 2016-11-06 20:11:21 -08:00
parent b6afd0602b
commit 2bfc558e91
24 changed files with 695 additions and 711 deletions

View file

@ -32,8 +32,8 @@ module.exports = function (environment) {
},
'ember-simple-auth': {
authenticationRoute: 'auth.login',
routeAfterAuthentication: 'folders.folder',
routeIfAlreadyAuthenticated: 'folders.folder'
routeAfterAuthentication: 'folders',
routeIfAlreadyAuthenticated: 'folders'
},
APP: {
// Allows to disable audit service in tests
@ -45,6 +45,9 @@ module.exports = function (environment) {
if (environment === 'development') {
ENV.APP.LOG_TRANSITIONS = true;
ENV.APP.LOG_TRANSITIONS_INTERNAL = true;
ENV.APP.LOG_RESOLVER = false;
ENV.APP.LOG_ACTIVE_GENERATION = false;
ENV.APP.LOG_VIEW_LOOKUPS = false;
ENV['ember-cli-mirage'] = {
enabled: false
};