Repository: ambari Updated Branches: refs/heads/trunk 3572e5322 -> b98393f3f
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/b98393f3 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b98393f3 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b98393f3 Branch: refs/heads/trunk Commit: b98393f3fcb9242e67ce7cdbcf9858d879aebbf3 Parents: 3572e532 Author: Aleksandr Kovalenko <[email protected]> Authored: Mon Jul 18 16:26:49 2016 +0300 Committer: Aleksandr Kovalenko <[email protected]> Committed: Mon Jul 18 16:27:29 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/b98393f3/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>
