Target unhandled action to route

rancher/rancher#11851
This commit is contained in:
Westly Wright 2018-03-02 12:09:25 -07:00
parent a949954201
commit c33c6310a4
No known key found for this signature in database
GPG Key ID: 4FAB3D8673DC54A3
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ export default Controller.extend({
templatesObsvr: observer('model.apps.[]', function() {
once(() => this.send('fetchDeps', get(this, 'model.apps')))
once(() => this.send('fetchDeps', get(this, 'model.apps'), 'route'));
}),
filteredApps: computed('model.apps.@each.{type,isFromCatalog,tags,state}','tags', function() {