Repository: ignite
Updated Branches:
  refs/heads/master 086e630d6 -> f5a652542


IGNITE-8298 Web Console: Fixed tables UI issues.


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

Branch: refs/heads/master
Commit: f5a652542ee030193c523227a8588ae4980e0963
Parents: 086e630
Author: Dmitriy Shabalin <dmitri...@gmail.com>
Authored: Mon Apr 23 16:19:32 2018 +0700
Committer: Alexey Kuznetsov <akuznet...@apache.org>
Committed: Mon Apr 23 16:19:32 2018 +0700

----------------------------------------------------------------------
 .../web-console/frontend/app/primitives/ui-grid-header/index.scss | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/f5a65254/modules/web-console/frontend/app/primitives/ui-grid-header/index.scss
----------------------------------------------------------------------
diff --git 
a/modules/web-console/frontend/app/primitives/ui-grid-header/index.scss 
b/modules/web-console/frontend/app/primitives/ui-grid-header/index.scss
index 1ff27b2..4d5d455 100644
--- a/modules/web-console/frontend/app/primitives/ui-grid-header/index.scss
+++ b/modules/web-console/frontend/app/primitives/ui-grid-header/index.scss
@@ -115,7 +115,8 @@
     }
 }
 
-.ui-grid[ui-grid-selection][ui-grid-grouping] {
+.ui-grid[ui-grid-selection][ui-grid-grouping],
+.ui-grid[ui-grid-selection][ui-grid-tree-view] {
     .ui-grid-pinned-container-left {
         .ui-grid-header--subcategories {
             .ui-grid-header-span {

Reply via email to