Repository: ambari Updated Branches: refs/heads/branch-2.1 a79d5ae3e -> 82f4101e4
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/82f4101e Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/82f4101e Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/82f4101e Branch: refs/heads/branch-2.1 Commit: 82f4101e4ab5b9300fe39572bf03ba0547044cc3 Parents: a79d5ae Author: Alex Antonenko <[email protected]> Authored: Mon Aug 31 15:40:38 2015 +0300 Committer: Alex Antonenko <[email protected]> Committed: Mon Aug 31 15:43:29 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/82f4101e/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>
