Updated Branches: refs/heads/trunk 611988983 -> 8b3af9afe
AMBARI-3726. Restart indicators for services and hosts disappear after some time. (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/incubator-ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ambari/commit/8b3af9af Tree: http://git-wip-us.apache.org/repos/asf/incubator-ambari/tree/8b3af9af Diff: http://git-wip-us.apache.org/repos/asf/incubator-ambari/diff/8b3af9af Branch: refs/heads/trunk Commit: 8b3af9afe37eecc95c701ab7910e8fd2715927ea Parents: 6119889 Author: Alex Antonenko <hiv...@gmail.com> Authored: Fri Nov 8 19:49:29 2013 +0200 Committer: Alex Antonenko <hiv...@gmail.com> Committed: Fri Nov 8 19:49:29 2013 +0200 ---------------------------------------------------------------------- ambari-web/app/controllers/global/update_controller.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ambari/blob/8b3af9af/ambari-web/app/controllers/global/update_controller.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/global/update_controller.js b/ambari-web/app/controllers/global/update_controller.js index 381a4b5..4b14f58 100644 --- a/ambari-web/app/controllers/global/update_controller.js +++ b/ambari-web/app/controllers/global/update_controller.js @@ -128,6 +128,7 @@ App.UpdateController = Em.Controller.extend({ var realUrl = '/components/?ServiceComponentInfo/category=MASTER&fields=' + 'ServiceComponentInfo,' + 'host_components/HostRoles/state,' + + 'host_components/HostRoles/stale_configs,' + 'host_components/metrics/jvm/memHeapUsedM,' + 'host_components/metrics/jvm/memHeapCommittedM,' + 'host_components/metrics/mapred/jobtracker/trackers_decommissioned,' +