You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2017/12/27 07:41:21 UTC

ignite git commit: WC-402 Web Console: Fixed "jumping" tables on Monitoring screen.

Repository: ignite
Updated Branches:
  refs/heads/master 48a76f677 -> 2b5fe71cf


WC-402 Web Console: Fixed "jumping" tables on Monitoring screen.


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

Branch: refs/heads/master
Commit: 2b5fe71cf459fc4b7465877fb9631a9d9374ad62
Parents: 48a76f6
Author: Dmitriy Shabalin <ds...@gridgain.com>
Authored: Wed Dec 27 14:41:28 2017 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Wed Dec 27 14:41:28 2017 +0700

----------------------------------------------------------------------
 .../frontend/public/stylesheets/style.scss           | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/2b5fe71c/modules/web-console/frontend/public/stylesheets/style.scss
----------------------------------------------------------------------
diff --git a/modules/web-console/frontend/public/stylesheets/style.scss b/modules/web-console/frontend/public/stylesheets/style.scss
index 8433747..9c164f7 100644
--- a/modules/web-console/frontend/public/stylesheets/style.scss
+++ b/modules/web-console/frontend/public/stylesheets/style.scss
@@ -471,6 +471,19 @@ button.form-control {
     }
 }
 
+gridgain-tasks .ui-grid-header-viewport,
+gridgain-caches-grid .ui-grid-header-viewport,
+gridgain-nodes-grid .ui-grid-header-viewport,
+gridgain-memory-metrics .ui-grid-header-viewport {
+    height: 58px;
+}
+
+gridgain-tasks, gridgain-caches-grid, gridgain-nodes-grid, gridgain-memory-metrics {
+    .ui-grid-header--subcategories .ui-grid-header-cell [role="columnheader"] > div {
+        height: 100% !important;
+    }
+}
+
 .theme-line .paragraphs {
     .panel-group .panel-paragraph + .panel-paragraph {
         margin-top: 30px;
@@ -2210,4 +2223,4 @@ html,body,.splash-screen {
     span {
         margin-left: 5px;
     }
-}
\ No newline at end of file
+}