mirror of https://github.com/rancher/ui.git
Watch standalone containers properly
This commit is contained in:
parent
ca25f8ef7f
commit
2c358bbe93
|
|
@ -81,5 +81,5 @@ export default Ember.Controller.extend({
|
|||
}));
|
||||
|
||||
return out;
|
||||
}.property('showStack','tags','model.services.@each.{isReal,isBalancer,isSystem}','standaloneContainers.[]','prefs.showSystemResources'),
|
||||
}.property('showStack','tags','model.services.@each.{stackId,isReal,isBalancer,isSystem}','model.instances.@each.{serviceId,stackId,isSystem}','prefs.showSystemResources'),
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue