You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by is...@apache.org on 2018/04/03 20:15:02 UTC

[ambari] branch trunk updated: [AMBARI-23439] Overflowing list of frozen hosts in Assign Slaves and Clients page. (#870)

This is an automated email from the ASF dual-hosted git repository.

ishanbha pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 4291cb4  [AMBARI-23439] Overflowing list of frozen hosts in Assign Slaves and Clients page. (#870)
4291cb4 is described below

commit 4291cb410680ee7c74174d54f9a2424091a9428b
Author: Ishan Bhatt <is...@gmail.com>
AuthorDate: Tue Apr 3 13:14:58 2018 -0700

    [AMBARI-23439] Overflowing list of frozen hosts in Assign Slaves and Clients page. (#870)
---
 ambari-web/app/styles/wizard.less | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/ambari-web/app/styles/wizard.less b/ambari-web/app/styles/wizard.less
index 9f5b595..4f1614a 100644
--- a/ambari-web/app/styles/wizard.less
+++ b/ambari-web/app/styles/wizard.less
@@ -243,15 +243,19 @@
       max-height: 440px;
       position: relative;
       display: flex;
-      overflow-y: visible;
+      overflow-y: scroll;
       #component_assign_table {
         display: inline-block;
         overflow-x: scroll;
         margin-left: 190px;
-        margin-bottom: 30px;
+        margin-bottom: 10px;
+        height: 100%;
         tbody td, th {
           white-space: nowrap;
         }
+        tfoot td {
+          padding-bottom: 30px;
+        }
         .trim_hostname {
           .ellipsis-overflow-nowrap;
           max-width: 180px;
@@ -283,7 +287,6 @@
         }
         .static-pagination {
           position: absolute;
-          bottom: 0px;
           right: 0px;
         }
       }

-- 
To stop receiving notification emails like this one, please contact
ishanbha@apache.org.