You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ao...@apache.org on 2017/04/12 09:14:42 UTC

[5/9] ambari git commit: AMBARI-20609 Fix Install Wizard data attribute. (ababiichuk)

AMBARI-20609 Fix Install Wizard data attribute. (ababiichuk)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/3dbb2016
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/3dbb2016
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/3dbb2016

Branch: refs/heads/branch-3.0-perf
Commit: 3dbb2016e1bc87091a070014492b6ce0d7efa419
Parents: 4589f42
Author: ababiichuk <ab...@hortonworks.com>
Authored: Tue Apr 11 18:22:32 2017 +0300
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Wed Apr 12 12:14:25 2017 +0300

----------------------------------------------------------------------
 ambari-web/app/templates/wizard/step1.hbs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/3dbb2016/ambari-web/app/templates/wizard/step1.hbs
----------------------------------------------------------------------
diff --git a/ambari-web/app/templates/wizard/step1.hbs b/ambari-web/app/templates/wizard/step1.hbs
index 793199c..769aca3 100644
--- a/ambari-web/app/templates/wizard/step1.hbs
+++ b/ambari-web/app/templates/wizard/step1.hbs
@@ -129,7 +129,7 @@
               <tbody>
                 {{#each operatingSystem in selectedStack.operatingSystems}}
                   {{#if operatingSystem.isSelected}}
-                    <tr>
+                    <tr {{QAAttr "os-wrapper"}}>
                       <td class="col-sm-2" {{QAAttr "os-type-label"}}>{{operatingSystem.osType}}</td>
                       <td class="col-sm-9" colspan="2">
                         <table class="table table-condensed no-borders inner-table" {{QAAttr "{operatingSystem.osType}"}}>