Repository: ambari Updated Branches: refs/heads/branch-2.4 16175189b -> f65ce6cd7
AMBARI-17338. Better xpath needed on Hosts Details Page for selecting clients with restart required (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/f65ce6cd Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/f65ce6cd Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/f65ce6cd Branch: refs/heads/branch-2.4 Commit: f65ce6cd75dac9aad9feb0da80f499eeae559653 Parents: 1617518 Author: Alex Antonenko <[email protected]> Authored: Tue Jun 21 17:55:58 2016 +0300 Committer: Alex Antonenko <[email protected]> Committed: Tue Jun 21 18:06:13 2016 +0300 ---------------------------------------------------------------------- ambari-web/app/templates/main/host/summary.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/f65ce6cd/ambari-web/app/templates/main/host/summary.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/main/host/summary.hbs b/ambari-web/app/templates/main/host/summary.hbs index 729c00b..b812f4b 100644 --- a/ambari-web/app/templates/main/host/summary.hbs +++ b/ambari-web/app/templates/main/host/summary.hbs @@ -71,7 +71,7 @@ <div class="span3 align-right">{{t common.clients}} /</div> <div class="span7"> {{#each component in view.clients}} - {{component.displayName}}{{#if component.isInstallFailed}} <span class="health-status-installed icon-warning-sign"></span>{{/if}}{{#if component.staleConfigs}} <span class="text-warning icon-refresh"></span>{{/if}}{{#if component.service.isInPassive}} <span class="icon-medkit"></span>{{/if}}{{#unless component.isLast}},{{/unless}} + <span {{bindAttr class="component.staleConfigs:component-restart-required-name"}}> {{component.displayName}} </span> {{#if component.isInstallFailed}} <span class="health-status-installed icon-warning-sign"></span>{{/if}}{{#if component.staleConfigs}} <span class="text-warning icon-refresh"></span>{{/if}}{{#if component.service.isInPassive}} <span class="icon-medkit"></span>{{/if}}{{#unless component.isLast}},{{/unless}} {{/each}} </div> {{/if}}
