Repository: ambari Updated Branches: refs/heads/trunk 2dd2ee8ea -> 1a95d7a4b
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/1a95d7a4 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/1a95d7a4 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/1a95d7a4 Branch: refs/heads/trunk Commit: 1a95d7a4b39745f490ab89c064d72c18aa5c6367 Parents: 2dd2ee8 Author: Aleksandr Kovalenko <[email protected]> Authored: Sat Jul 16 18:56:34 2016 +0300 Committer: Aleksandr Kovalenko <[email protected]> Committed: Sat Jul 16 18:57:10 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/1a95d7a4/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>
