ambari git commit: AMBARI-18083. Service and component lists are not cut by max-height (onechiporenko)

2016-09-20 Thread onechiporenko
Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 dd583ecc3 -> 7c8cf2f80


AMBARI-18083. Service and component lists are not cut by max-height 
(onechiporenko)


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

Branch: refs/heads/branch-2.5
Commit: 7c8cf2f800fe68820f09479ef9aad6c6cd0476f5
Parents: dd583ec
Author: Oleg Nechiporenko 
Authored: Wed Aug 10 10:30:54 2016 +0300
Committer: Oleg Nechiporenko 
Committed: Tue Sep 20 11:33:56 2016 +0300

--
 ambari-web/app/styles/alerts.less| 5 +
 .../templates/main/alerts/add_definition_to_group_popup.hbs  | 8 
 2 files changed, 9 insertions(+), 4 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/ambari/blob/7c8cf2f8/ambari-web/app/styles/alerts.less
--
diff --git a/ambari-web/app/styles/alerts.less 
b/ambari-web/app/styles/alerts.less
index 34dd187..e31ea30 100644
--- a/ambari-web/app/styles/alerts.less
+++ b/ambari-web/app/styles/alerts.less
@@ -664,3 +664,8 @@
   font-family: FontAwesome;
   content: "\f011";
 }
+
+.alert-definition-filter-list {
+  max-height: 200px;
+  overflow-y: scroll;
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/ambari/blob/7c8cf2f8/ambari-web/app/templates/main/alerts/add_definition_to_group_popup.hbs
--
diff --git 
a/ambari-web/app/templates/main/alerts/add_definition_to_group_popup.hbs 
b/ambari-web/app/templates/main/alerts/add_definition_to_group_popup.hbs
index aec3ea1..3284498 100644
--- a/ambari-web/app/templates/main/alerts/add_definition_to_group_popup.hbs
+++ b/ambari-web/app/templates/main/alerts/add_definition_to_group_popup.hbs
@@ -42,8 +42,8 @@
   href="#" {{bindAttr disabled="view.isDisabled"}}>
 {{t common.service}}
 
-  
-  
+
+
 
 {{#each service in view.filterServices}}
   
@@ -67,8 +67,8 @@
   href="#" {{bindAttr disabled="view.isDisabled"}}>
 {{t common.component}}
 
-  
-  
+
+
 
 {{#each component in view.filterComponents}}
   



ambari git commit: AMBARI-18083. Service and component lists are not cut by max-height (onechiporenko)

2016-08-10 Thread onechiporenko
Repository: ambari
Updated Branches:
  refs/heads/trunk a42786316 -> 049750180


AMBARI-18083. Service and component lists are not cut by max-height 
(onechiporenko)


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

Branch: refs/heads/trunk
Commit: 04975018021f6ecd4b6b87e6ca01fe5205479626
Parents: a427863
Author: Oleg Nechiporenko 
Authored: Wed Aug 10 10:30:54 2016 +0300
Committer: Oleg Nechiporenko 
Committed: Wed Aug 10 10:35:59 2016 +0300

--
 ambari-web/app/styles/alerts.less   | 5 +
 .../app/templates/main/alerts/add_definition_to_group_popup.hbs | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/ambari/blob/04975018/ambari-web/app/styles/alerts.less
--
diff --git a/ambari-web/app/styles/alerts.less 
b/ambari-web/app/styles/alerts.less
index 34dd187..e31ea30 100644
--- a/ambari-web/app/styles/alerts.less
+++ b/ambari-web/app/styles/alerts.less
@@ -664,3 +664,8 @@
   font-family: FontAwesome;
   content: "\f011";
 }
+
+.alert-definition-filter-list {
+  max-height: 200px;
+  overflow-y: scroll;
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/ambari/blob/04975018/ambari-web/app/templates/main/alerts/add_definition_to_group_popup.hbs
--
diff --git 
a/ambari-web/app/templates/main/alerts/add_definition_to_group_popup.hbs 
b/ambari-web/app/templates/main/alerts/add_definition_to_group_popup.hbs
index 6c9d3b3..0a3fe8a 100644
--- a/ambari-web/app/templates/main/alerts/add_definition_to_group_popup.hbs
+++ b/ambari-web/app/templates/main/alerts/add_definition_to_group_popup.hbs
@@ -42,7 +42,7 @@
   {{t common.service}}
 
 
-
+
 
   {{#each service in view.filterServices}}
 
@@ -66,7 +66,7 @@
   {{t common.component}}
 
 
-
+
 
   {{#each component in view.filterComponents}}
 



ambari git commit: AMBARI-18083. Service and component lists are not cut by max-height (onechiporenko)

2016-08-10 Thread onechiporenko
Repository: ambari
Updated Branches:
  refs/heads/branch-2.4 14fb1c79a -> 3f3064abe


AMBARI-18083. Service and component lists are not cut by max-height 
(onechiporenko)


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

Branch: refs/heads/branch-2.4
Commit: 3f3064abe1f85206d88f7149c88feca81a93af81
Parents: 14fb1c7
Author: Oleg Nechiporenko 
Authored: Wed Aug 10 10:30:54 2016 +0300
Committer: Oleg Nechiporenko 
Committed: Wed Aug 10 10:30:54 2016 +0300

--
 ambari-web/app/styles/alerts.less   | 5 +
 .../app/templates/main/alerts/add_definition_to_group_popup.hbs | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/ambari/blob/3f3064ab/ambari-web/app/styles/alerts.less
--
diff --git a/ambari-web/app/styles/alerts.less 
b/ambari-web/app/styles/alerts.less
index 65f0355..8bfb1bc 100644
--- a/ambari-web/app/styles/alerts.less
+++ b/ambari-web/app/styles/alerts.less
@@ -664,3 +664,8 @@
   font-family: FontAwesome;
   content: "\f011";
 }
+
+.alert-definition-filter-list {
+  max-height: 200px;
+  overflow-y: scroll;
+}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/ambari/blob/3f3064ab/ambari-web/app/templates/main/alerts/add_definition_to_group_popup.hbs
--
diff --git 
a/ambari-web/app/templates/main/alerts/add_definition_to_group_popup.hbs 
b/ambari-web/app/templates/main/alerts/add_definition_to_group_popup.hbs
index 6c9d3b3..0a3fe8a 100644
--- a/ambari-web/app/templates/main/alerts/add_definition_to_group_popup.hbs
+++ b/ambari-web/app/templates/main/alerts/add_definition_to_group_popup.hbs
@@ -42,7 +42,7 @@
   {{t common.service}}
 
 
-
+
 
   {{#each service in view.filterServices}}
 
@@ -66,7 +66,7 @@
   {{t common.component}}
 
 
-
+
 
   {{#each component in view.filterComponents}}