From 2c358bbe936e1642c1e39eb5b9388a07d375de87 Mon Sep 17 00:00:00 2001 From: Vincent Fiduccia Date: Thu, 10 Aug 2017 12:06:12 -0700 Subject: [PATCH] Watch standalone containers properly --- app/containers/index/controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/containers/index/controller.js b/app/containers/index/controller.js index d77377c8b..f6d4c9d0b 100644 --- a/app/containers/index/controller.js +++ b/app/containers/index/controller.js @@ -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'), });