You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ab...@apache.org on 2017/04/11 16:51:56 UTC

ambari git commit: AMBARI-20609 Fix Install Wizard data attribute. (ababiichuk)

Repository: ambari
Updated Branches:
  refs/heads/trunk 2760cda04 -> 91aa3c8e4


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/91aa3c8e
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/91aa3c8e
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/91aa3c8e

Branch: refs/heads/trunk
Commit: 91aa3c8e4f845a0b106d8b07e500d51ae5e08496
Parents: 2760cda
Author: ababiichuk <ab...@hortonworks.com>
Authored: Tue Apr 11 18:22:32 2017 +0300
Committer: ababiichuk <ab...@hortonworks.com>
Committed: Tue Apr 11 19:03:18 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/91aa3c8e/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}"}}>