Repository: ignite Updated Branches: refs/heads/ignite-843 7589a5cb6 -> b629d578b
# GG-843 Fixed sql ui. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/b629d578 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/b629d578 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/b629d578 Branch: refs/heads/ignite-843 Commit: b629d578b1b9e5861a917a5dc5adbc00c07c0940 Parents: 7589a5c Author: Andrey <[email protected]> Authored: Fri Sep 11 09:06:14 2015 +0700 Committer: Andrey <[email protected]> Committed: Fri Sep 11 09:06:14 2015 +0700 ---------------------------------------------------------------------- .../control-center-web/src/main/js/public/stylesheets/style.scss | 4 ++++ modules/control-center-web/src/main/js/views/sql/sql.jade | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/b629d578/modules/control-center-web/src/main/js/public/stylesheets/style.scss ---------------------------------------------------------------------- diff --git a/modules/control-center-web/src/main/js/public/stylesheets/style.scss b/modules/control-center-web/src/main/js/public/stylesheets/style.scss index 8bcf0e1..86abf7d 100644 --- a/modules/control-center-web/src/main/js/public/stylesheets/style.scss +++ b/modules/control-center-web/src/main/js/public/stylesheets/style.scss @@ -475,6 +475,10 @@ h3 { max-height: 300px; padding: 0; + + table { + margin-bottom: 0; + } } table thead { http://git-wip-us.apache.org/repos/asf/ignite/blob/b629d578/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 b12993e..aa7eb4a 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 @@ -103,7 +103,7 @@ block container .pull-right labelHide Hide system columns: button.btn.btn-default.fa.fa-columns.tipLabel(ng-class='{active: paragraph.hideSystemColumns}' ng-click='toggleSystemColumns(paragraph)' ng-disabled='paragraph.disabledSystemColumns') - label Refresh rate: + label.tipLabel Refresh rate: button.btn.btn-default.fa.fa-clock-o.tipLabel(ng-class='{"btn-info": paragraph.rate && paragraph.rate.installed}' bs-popover data-template-url='rate' data-placement='left' data-auto-close='1' data-trigger='click') {{rateAsString(paragraph)}} label.tipLabel Page size: button.btn.btn-default.base-control.tipLabel(ng-model='paragraph.pageSize' bs-options='item for item in pageSizes' bs-select style='margin-right: 0')
