You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by to...@apache.org on 2018/08/16 11:24:21 UTC

[ambari] branch trunk updated: [AMBARI-24437] [Log Search UI] App Loader Page - add more space above the loader animations (#2063)

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 96335ba  [AMBARI-24437] [Log Search UI] App Loader Page - add more space above the loader animations (#2063)
96335ba is described below

commit 96335baaaf29757594bd719ca3adb76ff0eae27b
Author: Istvan Tobias <to...@gmail.com>
AuthorDate: Thu Aug 16 13:24:18 2018 +0200

    [AMBARI-24437] [Log Search UI] App Loader Page - add more space above the loader animations (#2063)
---
 .../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;