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

tobiasistvan pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new 938c88e  [AMBARI-24437] [Log Search UI] App Loader Page - add more 
space above the loader animations (#2064)
938c88e is described below

commit 938c88ea7bae8d5b015b9694805135426b63aa05
Author: Istvan Tobias <[email protected]>
AuthorDate: Thu Aug 16 13:24:39 2018 +0200

    [AMBARI-24437] [Log Search UI] App Loader Page - add more space above the 
loader animations (#2064)
    
    (cherry picked from commit b7e2540075a400f7edd8a5b9acbc0d906d2b596b)
---
 .../data-loading-indicator/data-loading-indicator.component.less      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/ambari-logsearch/ambari-logsearch-web/src/app/modules/shared/components/data-loading-indicator/data-loading-indicator.component.less
 
b/ambari-logsearch/ambari-logsearch-web/src/app/modules/shared/components/data-loading-indicator/data-loading-indicator.component.less
index 513bab7..ac89f38 100644
--- 
a/ambari-logsearch/ambari-logsearch-web/src/app/modules/shared/components/data-loading-indicator/data-loading-indicator.component.less
+++ 
b/ambari-logsearch/ambari-logsearch-web/src/app/modules/shared/components/data-loading-indicator/data-loading-indicator.component.less
@@ -61,13 +61,13 @@
 }
 
 :host {
-
+  height: 80vh;
   .data-avaibility {
     align-items: center;
     align-content: center;
     display: flex;
     justify-content: center;
-    margin: 10px 0 0 0;
+    margin: 25vh 0 0 0;
     width: 100vw;
     .state-item {
       align-items: center;

Reply via email to