AMBARI-20609. Fix Install Wizard data attribute (onechiporenko)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/daad28f4 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/daad28f4 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/daad28f4 Branch: refs/heads/branch-3.0-perf Commit: daad28f49a7525229e4759bb4e0c3fc6c6c3907d Parents: 72b7842 Author: Oleg Nechiporenko <[email protected]> Authored: Fri Mar 31 11:50:22 2017 +0300 Committer: Andrew Onishuk <[email protected]> Committed: Sat Apr 1 10:07:36 2017 +0300 ---------------------------------------------------------------------- ambari-web/app/templates/wizard/step8.hbs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/daad28f4/ambari-web/app/templates/wizard/step8.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/wizard/step8.hbs b/ambari-web/app/templates/wizard/step8.hbs index 9e50e30..f0e7b83 100644 --- a/ambari-web/app/templates/wizard/step8.hbs +++ b/ambari-web/app/templates/wizard/step8.hbs @@ -27,7 +27,7 @@ <div class="panel panel-default"> <div class="panel-body"> - <div id="step8-content" class="well pre-scrollable"> + <div id="step8-content" class="well pre-scrollable" {{QAAttr "review-content"}}> <div id="step8-info"> {{#each item in controller.clusterInfo}} <p> @@ -62,12 +62,12 @@ <p><b>{{t menu.item.services}}:</b></p> <ul> {{#each controller.services}} - <li> - <em><b class="service-name">{{display_name}}</b></em> + <li {{QAAttr "service-block"}}> + <em><b {{QAAttr "service-name"}} class="service-name">{{display_name}}</b></em> <ul> {{#each component in this.service_components}} <li> - <span class="text text-info">{{component.display_name }} : </span>{{component.component_value}} + <span class="text text-info" {{QAAttr "component-name"}}>{{component.display_name }} : </span> <span {{QAAttr "host-name"}}>{{component.component_value}}</span> </li> {{/each}} </ul>
