Repository: ambari Updated Branches: refs/heads/trunk 8b986caec -> db700d595
AMBARI-20609. Fix Install Wizard data attribute (alexantonenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/db700d59 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/db700d59 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/db700d59 Branch: refs/heads/trunk Commit: db700d595c91f54dbeeb07b1d199b3316a8e4b5d Parents: 8b986ca Author: Alex Antonenko <[email protected]> Authored: Thu Jun 1 14:20:32 2017 +0300 Committer: Alex Antonenko <[email protected]> Committed: Thu Jun 1 14:21:03 2017 +0300 ---------------------------------------------------------------------- ambari-web/app/templates/wizard/step6.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/db700d59/ambari-web/app/templates/wizard/step6.hbs ---------------------------------------------------------------------- diff --git a/ambari-web/app/templates/wizard/step6.hbs b/ambari-web/app/templates/wizard/step6.hbs index 6dfb5f1..e7759da 100644 --- a/ambari-web/app/templates/wizard/step6.hbs +++ b/ambari-web/app/templates/wizard/step6.hbs @@ -17,7 +17,7 @@ }} <div id="step6" class="wizard-content col-md-9"> - <h4 class="step-title">{{t installer.step6.header}}</h4> + <h4 class="step-title" {{QAAttr "step-title"}}>{{t installer.step6.header}}</h4> <p class="step-description">{{{view.label}}}</p> <div class="panel panel-default">
