Repository: ambari Updated Branches: refs/heads/trunk 5eadd6c15 -> 6c2736acd
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/6c2736ac Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/6c2736ac Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/6c2736ac Branch: refs/heads/trunk Commit: 6c2736acdd4e8aaf19fec6a87bddffa562da45ab Parents: 5eadd6c Author: Alex Antonenko <[email protected]> Authored: Tue Jun 21 17:55:58 2016 +0300 Committer: Alex Antonenko <[email protected]> Committed: Tue Jun 21 18:08:05 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/6c2736ac/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}}
