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

tobiasistvan 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 2c7fa51  [AMBARI-24004] [Logsearch UI] Add hosts link in log index 
filter popup is not working (#1614)
2c7fa51 is described below

commit 2c7fa515ec5e79fe818d4dfd641622d3c1dee2b6
Author: Istvan Tobias <[email protected]>
AuthorDate: Mon Jun 25 19:25:24 2018 +0200

    [AMBARI-24004] [Logsearch UI] Add hosts link in log index filter popup is 
not working (#1614)
---
 .../app/components/log-index-filter/log-index-filter.component.html  | 2 +-
 .../app/components/log-index-filter/log-index-filter.component.less  | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git 
a/ambari-logsearch/ambari-logsearch-web/src/app/components/log-index-filter/log-index-filter.component.html
 
b/ambari-logsearch/ambari-logsearch-web/src/app/components/log-index-filter/log-index-filter.component.html
index 5137275..856d4bf 100644
--- 
a/ambari-logsearch/ambari-logsearch-web/src/app/components/log-index-filter/log-index-filter.component.html
+++ 
b/ambari-logsearch/ambari-logsearch-web/src/app/components/log-index-filter/log-index-filter.component.html
@@ -49,7 +49,7 @@
           <label attr.for="{{getCheckBoxId(component.name, 
levelName)}}">&nbsp;</label>
         </td>
         <td class="override-column">
-          <span class="overrides-toggle">{{'logIndexFilter.addHosts' | 
translate}}</span>
+          <!-- <span class="overrides-toggle">{{'logIndexFilter.addHosts' | 
translate}}</span> -->
         </td>
       </tr>
       <tr> <!--overrides row -->
diff --git 
a/ambari-logsearch/ambari-logsearch-web/src/app/components/log-index-filter/log-index-filter.component.less
 
b/ambari-logsearch/ambari-logsearch-web/src/app/components/log-index-filter/log-index-filter.component.less
index c7c64da..6b35474 100644
--- 
a/ambari-logsearch/ambari-logsearch-web/src/app/components/log-index-filter/log-index-filter.component.less
+++ 
b/ambari-logsearch/ambari-logsearch-web/src/app/components/log-index-filter/log-index-filter.component.less
@@ -43,11 +43,16 @@ table {
     padding-right: 0;
   }
 
+  th.override-column {
+    padding-left: 20px;
+  }
+
   .overrides-toggle {
     .clickable-item;
   }
 
   input[type=checkbox] + label {
     font-size: @table-font-size;
+    top: 0;
   }
 }

Reply via email to