Repository: ambari
Updated Branches:
  refs/heads/branch-2.4 d652c15a8 -> 390ae4249


AMBARI-17755 Add css classes to Select Version page. Second patch. (akovalenko)


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

Branch: refs/heads/branch-2.4
Commit: 390ae4249235463e5fe92da08a164682f603fbf8
Parents: d652c15
Author: Aleksandr Kovalenko <[email protected]>
Authored: Mon Jul 18 16:26:49 2016 +0300
Committer: Aleksandr Kovalenko <[email protected]>
Committed: Mon Jul 18 16:38:16 2016 +0300

----------------------------------------------------------------------
 .../ui/admin-web/app/views/stackVersions/stackVersionPage.html     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/390ae424/ambari-admin/src/main/resources/ui/admin-web/app/views/stackVersions/stackVersionPage.html
----------------------------------------------------------------------
diff --git 
a/ambari-admin/src/main/resources/ui/admin-web/app/views/stackVersions/stackVersionPage.html
 
b/ambari-admin/src/main/resources/ui/admin-web/app/views/stackVersions/stackVersionPage.html
index e4f32a3..a614a0d 100644
--- 
a/ambari-admin/src/main/resources/ui/admin-web/app/views/stackVersions/stackVersionPage.html
+++ 
b/ambari-admin/src/main/resources/ui/admin-web/app/views/stackVersions/stackVersionPage.html
@@ -170,7 +170,7 @@
           </div>
           <div class="" ng-repeat="os in osList">
             <div ng-if="os.selected==true">
-              <div class="clearfix border-bottom">
+              <div class="clearfix border-bottom 
{{os.OperatingSystems.os_type}}">
                 <!-- show selected os in list table-->
                 <div class="col-sm-2 os-type-label">
                   <label>{{os.OperatingSystems.os_type}}</label>

Reply via email to