You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by an...@apache.org on 2015/09/22 13:04:01 UTC

ignite git commit: # IGNITE-843 Limit cache table height on sql screen.

Repository: ignite
Updated Branches:
  refs/heads/ignite-843 de75034cb -> 3f26e32e7


# IGNITE-843 Limit cache table height on sql screen.


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

Branch: refs/heads/ignite-843
Commit: 3f26e32e7ba7d52744b29d25a6483dafa581c282
Parents: de75034
Author: Andrey <an...@gridgain.com>
Authored: Tue Sep 22 18:04:05 2015 +0700
Committer: Andrey <an...@gridgain.com>
Committed: Tue Sep 22 18:04:05 2015 +0700

----------------------------------------------------------------------
 modules/control-center-web/src/main/js/views/sql/sql.jade | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/3f26e32e/modules/control-center-web/src/main/js/views/sql/sql.jade
----------------------------------------------------------------------
diff --git a/modules/control-center-web/src/main/js/views/sql/sql.jade b/modules/control-center-web/src/main/js/views/sql/sql.jade
index 23b088f..74c4dd5 100644
--- a/modules/control-center-web/src/main/js/views/sql/sql.jade
+++ b/modules/control-center-web/src/main/js/views/sql/sql.jade
@@ -84,7 +84,7 @@ block container
                                             .input-tip
                                                 input.form-control(type='text' st-search placeholder='Filter caches...')
                                             table.links
-                                                tbody
+                                                tbody.scrollable-y(style='max-height: 19em;display:block;')
                                                     tr(ng-repeat='cache in displayedCaches track by cache.name')
                                                         td(style='width: 100%')
                                                             a(ng-class='{active: cache.name == paragraph.cache.name}' ng-click='paragraph.cache = cache') {{$index + 1}}) {{cache.name}}