Repository: incubator-ignite Updated Branches: refs/heads/ignite-843 3c6f5383a -> 95f54db08
#ignite-843 Minor fix. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/95f54db0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/95f54db0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/95f54db0 Branch: refs/heads/ignite-843 Commit: 95f54db083cec2429129f79b9de6d180233979ec Parents: 3c6f5383 Author: Andrey <anovi...@gridgain.com> Authored: Fri Jul 24 10:01:10 2015 +0700 Committer: Andrey <anovi...@gridgain.com> Committed: Fri Jul 24 10:01:10 2015 +0700 ---------------------------------------------------------------------- modules/web-control-center/src/main/js/views/sql/sql.jade | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/95f54db0/modules/web-control-center/src/main/js/views/sql/sql.jade ---------------------------------------------------------------------- diff --git a/modules/web-control-center/src/main/js/views/sql/sql.jade b/modules/web-control-center/src/main/js/views/sql/sql.jade index 6957be1..864b0d5 100644 --- a/modules/web-control-center/src/main/js/views/sql/sql.jade +++ b/modules/web-control-center/src/main/js/views/sql/sql.jade @@ -66,11 +66,9 @@ block container tr(style='border-size: 0') td(colspan='{{#{tab}.cols.length}}') .col-sm-8 - lable Page results: - b {{#{tab}.rows.length}} - | Page #: + lable Page #: b {{#{tab}.page}} - | Total results: + | Results: b {{#{tab}.rows.length + #{tab}.total}} .col-sm-4 button.btn.btn-primary.fieldButton(ng-click='') Next page