Repository: ignite Updated Branches: refs/heads/ignite-843 e4deabda1 -> 83ad7a008
# IGNITE-843 Updated sql page. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/83ad7a00 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/83ad7a00 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/83ad7a00 Branch: refs/heads/ignite-843 Commit: 83ad7a00811022d4bb2e143b326d41244a2e88a8 Parents: e4deabd Author: Andrey <[email protected]> Authored: Wed Sep 2 17:02:55 2015 +0700 Committer: Andrey <[email protected]> Committed: Wed Sep 2 17:02:55 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/83ad7a00/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 0a582ed..650baad 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 @@ -73,7 +73,7 @@ block container .sql-editor(ui-ace='{ theme: "chrome", mode: "sql",' + 'require: ["ace/ext/language_tools"],' + 'rendererOptions: {showPrintMargin: false, highlightGutterLine: false, fontSize: 14},' + - 'advanced: {enableSnippets: false, enableBasicAutocompletion: true, enableLiveAutocompletion: true}}' + 'advanced: {enableSnippets: false, enableBasicAutocompletion: true, enableLiveAutocompletion: true, autoScrollEditorIntoView: true, minLines: 3, maxLines: 15}}' ng-model='paragraph.query' ng-class='{"disable": paragraph.status == "RUNNING" || paragraph.status == "PENDING" }') .col-xs-4.col-sm-3
