Add smart adaptive completed_at display for action list as intended hidden feature

This commit is contained in:
2018-05-25 15:28:32 -03:00
parent 5ffb667d6b
commit 2d9ff6e3cb
4 changed files with 23 additions and 5 deletions
+2 -2
View File
@@ -37,8 +37,8 @@ module.exports = function(environment) {
// ENV.APP.LOG_TRANSITIONS = true;
// ENV.APP.LOG_TRANSITIONS_INTERNAL = true;
// ENV.APP.LOG_VIEW_LOOKUPS = true;
ENV.apiHost = "http://localhost:3006"; // when using the stand alone ember server implementation with rails server explicitly as api host (foreman run web)
//ENV.apiHost = "https://kpn-staging.panda-suite.com";
ENV.apiHost = "http://localhost:3009"; // when using the stand alone ember server implementation with rails server explicitly as api host (foreman run web)
//ENV.apiHost = "https://allinq-staging.panda-suite.com";
}
if (environment === 'test') {