Repository: ambari Updated Branches: refs/heads/trunk 49e6fbb6a -> 769be41ff
AMBARI-6342. On a bulk restart of Datanodes (rolling) on the hosts page - nothing happened.. (srimanth) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/769be41f Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/769be41f Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/769be41f Branch: refs/heads/trunk Commit: 769be41ff0214e2cc47a0703fd956cfd7d107508 Parents: 49e6fbb Author: Srimanth Gunturi <[email protected]> Authored: Tue Jul 1 12:13:13 2014 -0700 Committer: Srimanth Gunturi <[email protected]> Committed: Tue Jul 1 12:18:10 2014 -0700 ---------------------------------------------------------------------- ambari-web/app/controllers/main/host.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/769be41f/ambari-web/app/controllers/main/host.js ---------------------------------------------------------------------- diff --git a/ambari-web/app/controllers/main/host.js b/ambari-web/app/controllers/main/host.js index a0d30b8..01e2fd1 100644 --- a/ambari-web/app/controllers/main/host.js +++ b/ambari-web/app/controllers/main/host.js @@ -872,6 +872,7 @@ App.MainHostController = Em.ArrayController.extend({ host.host_components.forEach(function (hostComponent) { wrappedHostComponents.push(Em.Object.create({ componentName: hostComponent.HostRoles.component_name, + serviceName: App.QuickDataMapper.componentServiceMap()[hostComponent.HostRoles.component_name], hostName: host.Hosts.host_name, hostPassiveState: host.Hosts.maintenance_state, staleConfigs: hostComponent.HostRoles.stale_configs,
