You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by sr...@apache.org on 2014/07/01 21:16:38 UTC

git commit: AMBARI-6342. On a bulk restart of Datanodes (rolling) on the hosts page - nothing happened.. (srimanth)

Repository: ambari
Updated Branches:
  refs/heads/branch-1.6.1 ff3c09bb3 -> b0adc2f6f


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/b0adc2f6
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b0adc2f6
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b0adc2f6

Branch: refs/heads/branch-1.6.1
Commit: b0adc2f6fcfffb7bae51503254a20b86bc9a2f0d
Parents: ff3c09b
Author: Srimanth Gunturi <sg...@hortonworks.com>
Authored: Tue Jul 1 12:13:13 2014 -0700
Committer: Srimanth Gunturi <sg...@hortonworks.com>
Committed: Tue Jul 1 12:13:19 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/b0adc2f6/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 407b183..dcafcae 100644
--- a/ambari-web/app/controllers/main/host.js
+++ b/ambari-web/app/controllers/main/host.js
@@ -873,6 +873,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,