mirror of https://github.com/rancher/ui.git
parent
a949954201
commit
c33c6310a4
|
|
@ -15,7 +15,7 @@ export default Controller.extend({
|
||||||
|
|
||||||
|
|
||||||
templatesObsvr: observer('model.apps.[]', function() {
|
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() {
|
filteredApps: computed('model.apps.@each.{type,isFromCatalog,tags,state}','tags', function() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue