FIX: improves reports resilience (#6239)

This commit makes most of the reports now lazy loaded, and making them benefits from graceful failures.
This commit is contained in:
Joffrey JAFFEUX
2018-08-06 16:57:40 -04:00
committed by GitHub
parent ffc8c52bf5
commit 7f2f3b8b22
18 changed files with 246 additions and 163 deletions

View File

@ -0,0 +1,3 @@
export default Ember.Component.extend({
classNames: ["admin-report-counters"]
});