Bladeren bron

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

Srimanth Gunturi 11 jaren geleden
bovenliggende
commit
769be41ff0
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1 0
      ambari-web/app/controllers/main/host.js

+ 1 - 0
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,