Repository: ambari Updated Branches: refs/heads/branch-2.4 bc141f492 -> 4ee76f2a5
AMBARI-17755 Add css classes to Select Version page (akovalenko) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/4ee76f2a Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/4ee76f2a Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/4ee76f2a Branch: refs/heads/branch-2.4 Commit: 4ee76f2a5aa2b1335ba5530abef1ae1d93584a72 Parents: bc141f4 Author: Aleksandr Kovalenko <[email protected]> Authored: Sat Jul 16 18:56:34 2016 +0300 Committer: Aleksandr Kovalenko <[email protected]> Committed: Sat Jul 16 18:56:34 2016 +0300 ---------------------------------------------------------------------- ambari-web/app/templates/wizard/step1.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/4ee76f2a/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 e1ffb08..7c5bc21 100644 --- a/ambari-web/app/templates/wizard/step1.hbs +++ b/ambari-web/app/templates/wizard/step1.hbs @@ -133,13 +133,13 @@ {{#each operatingSystem in selectedStack.operatingSystems}} {{#if operatingSystem.isSelected}} - <div class="clearfix row-fluid border-bottom"> + <div {{bindAttr class=":clearfix :row-fluid :border-bottom operatingSystem.osType"}}> <div class="span2 os-type-label"> <label>{{operatingSystem.osType}}</label> </div> <div class="span9 repo-name-url"> {{#each repository in operatingSystem.repositories}} - <div class="clearfix repo-name-url-inner"> + <div {{bindAttr class=":clearfix :repo-name-url-inner repository.repoName"}}> <div class="span3"> <label class="repo-name-label control-label">{{repository.repoId}}</label> </div>
