Repository: ignite Updated Branches: refs/heads/ignite-843-rc2 a8ac74390 -> 2ec1092f6
IGNITE-843 Minor fix Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f9458d21 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/f9458d21 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/f9458d21 Branch: refs/heads/ignite-843-rc2 Commit: f9458d21bad5ceb0bd45cfcf2f51a4271a3d1aba Parents: a642766 Author: Andrey <[email protected]> Authored: Fri Jan 15 14:27:29 2016 +0700 Committer: Andrey <[email protected]> Committed: Fri Jan 15 14:27:29 2016 +0700 ---------------------------------------------------------------------- modules/control-center-web/src/main/js/views/sql/sql.jade | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/f9458d21/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 ed27f66..75c9bbd 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 @@ -100,7 +100,7 @@ mixin chart-settings(mdl) .input-tip input.form-control(id='paragraph-name-{{paragraph.id}}' ng-model='paragraph.editName' required ng-click='$event.stopPropagation();' on-enter='renameParagraph(paragraph, paragraph.editName)' on-escape='paragraph.edit = false') .panel-collapse(role='tabpanel' bs-collapse-target) - .col-sm-12(ng-show='paragraph.editor') + .col-sm-12 .col-xs-8.col-sm-9(style='border-right: 1px solid #eee') .sql-editor(ui-ace='{onLoad: aceInit(paragraph), theme: "chrome", mode: "sql", require: ["ace/ext/language_tools"],' + 'advanced: {enableSnippets: false, enableBasicAutocompletion: true, enableLiveAutocompletion: true}}' @@ -182,6 +182,6 @@ mixin chart-settings(mdl) -var nextVisibleCondition = 'paragraph.queryId && (paragraph.table() || paragraph.chart() && paragraph.queryExecute() && (paragraph.timeLineSupported() || !paragraph.chartTimeLineEnabled()))' hr(style='margin-top: 0; margin-bottom: 5px') - a(ng-show='paragraph.queryArgs.type' style='float: left; margin-left: 5px; margin-bottom: 5px' ng-click='showResultQuery(paragraph)') Show query - i.fa.fa-chevron-circle-right(ng-show=nextVisibleCondition style='float: right;margin-right: 10px;' ng-click='nextPage(paragraph)') + a(ng-show='paragraph.queryArgs.type' style='float: left; margin-left: 10px; margin-bottom: 5px' ng-click='showResultQuery(paragraph)') Show query + i.fa.fa-chevron-circle-right(ng-show=nextVisibleCondition style='float: right;margin-right: 10px; margin-top: 3px' ng-click='nextPage(paragraph)') a(ng-show=nextVisibleCondition style='float: right; margin-bottom: 5px;margin-right: 5px;' ng-click='nextPage(paragraph)') Next
