AMBARI-20609. Fix Install Wizard data attribute. Step 10 (alexantonenko)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b9d96127 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b9d96127 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b9d96127 Branch: refs/heads/branch-3.0-perf Commit: b9d9612786eda9ebe88123e73bac277a9d7c07db Parents: 34c428b Author: Alex Antonenko <[email protected]> Authored: Fri Mar 31 18:44:14 2017 +0300 Committer: Andrew Onishuk <[email protected]> Committed: Sat Apr 1 10:07:36 2017 +0300 ---------------------------------------------------------------------- ambari-web/app/templates/wizard/step10.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/b9d96127/ambari-web/app/templates/wizard/step10.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/wizard/step10.hbs b/ambari-web/app/templates/wizard/step10.hbs index 2e242eb..3c1012e 100644 --- a/ambari-web/app/templates/wizard/step10.hbs +++ b/ambari-web/app/templates/wizard/step10.hbs @@ -27,7 +27,7 @@ </p> <div class="panel panel-default"> <div class="panel-body"> - <div id="step10-content" class="well pre-scrollable"> + <div id="step10-content" class="well pre-scrollable" {{QAAttr "summary"}}> <ul> {{#each item in clusterInfo}} <li>
