Watch standalone containers properly

This commit is contained in:
Vincent Fiduccia 2017-08-10 12:06:12 -07:00
parent ca25f8ef7f
commit 2c358bbe93
No known key found for this signature in database
GPG Key ID: 2B29AD6BB2BB2582
1 changed files with 1 additions and 1 deletions

View File

@ -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'),
});