Repository: ambari Updated Branches: refs/heads/trunk 0e675ff28 -> 10e58173e
AMBARI-12937. Different xpathes for elements with same logic are needed (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/10e58173 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/10e58173 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/10e58173 Branch: refs/heads/trunk Commit: 10e58173e7f869b640d0706eb745a98e26fb6dc6 Parents: 0e675ff Author: Alex Antonenko <[email protected]> Authored: Mon Aug 31 15:40:38 2015 +0300 Committer: Alex Antonenko <[email protected]> Committed: Mon Aug 31 15:40:38 2015 +0300 ---------------------------------------------------------------------- .../app/templates/main/service/info/summary/slave_components.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/10e58173/ambari-web/app/templates/main/service/info/summary/slave_components.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/main/service/info/summary/slave_components.hbs b/ambari-web/app/templates/main/service/info/summary/slave_components.hbs index 218874d..e864ede 100644 --- a/ambari-web/app/templates/main/service/info/summary/slave_components.hbs +++ b/ambari-web/app/templates/main/service/info/summary/slave_components.hbs @@ -19,7 +19,7 @@ {{#each slaveComponent in view.slavesObj}} <tr> - <td><a href="#" {{action filterHosts slaveComponent}}>{{slaveComponent.displayNamePluralized}}</a> + <td class="summary-label"><a href="#" {{action filterHosts slaveComponent}}>{{slaveComponent.displayNamePluralized}}</a> </td> <td> <span>
