eager load nodes engine

rancher/rancher#16122
This commit is contained in:
Westly Wright 2018-10-15 15:16:00 -07:00
parent 6c663ebedd
commit 72828b4a80
No known key found for this signature in database
GPG Key ID: 4FAB3D8673DC54A3
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ const EngineAddon = require('ember-engines/lib/engine-addon');
module.exports = EngineAddon.extend({
name: 'nodes',
lazyLoading: { enabled: true },
lazyLoading: { enabled: false },
isDevelopingAddon() {
return true;