You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2018/05/16 15:22:27 UTC

ignite git commit: IGNITE-8479 Web Console: Fixed 'ignite-ace' delay on queries notebook page paragraph unfold.

Repository: ignite
Updated Branches:
  refs/heads/master 9dccb3db5 -> d8c4fc846


IGNITE-8479 Web Console: Fixed 'ignite-ace' delay on queries notebook page paragraph unfold.


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

Branch: refs/heads/master
Commit: d8c4fc846048522d8896f0b1e10f3a325d6b1679
Parents: 9dccb3d
Author: Ilya Borisov <kl...@gmail.com>
Authored: Wed May 16 22:22:17 2018 +0700
Committer: Alexey Kuznetsov <ak...@apache.org>
Committed: Wed May 16 22:22:17 2018 +0700

----------------------------------------------------------------------
 .../page-queries/components/queries-notebook/template.tpl.pug      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/d8c4fc84/modules/web-console/frontend/app/components/page-queries/components/queries-notebook/template.tpl.pug
----------------------------------------------------------------------
diff --git a/modules/web-console/frontend/app/components/page-queries/components/queries-notebook/template.tpl.pug b/modules/web-console/frontend/app/components/page-queries/components/queries-notebook/template.tpl.pug
index 96c704d..1fef75c 100644
--- a/modules/web-console/frontend/app/components/page-queries/components/queries-notebook/template.tpl.pug
+++ b/modules/web-console/frontend/app/components/page-queries/components/queries-notebook/template.tpl.pug
@@ -304,7 +304,7 @@ mixin paragraph-scan
 mixin paragraph-query
     .row.panel-heading(bs-collapse-toggle)
         +paragraph-rename
-    .panel-collapse(role='tabpanel' bs-collapse-target)
+    .panel-collapse.ng-animate-disabled(role='tabpanel' bs-collapse-target)
         .col-sm-12
             .col-xs-8.col-sm-9(style='border-right: 1px solid #eee')
                 .sql-editor(ignite-ace='{onLoad: aceInit(paragraph), theme: "chrome", mode: "sql", require: ["ace/ext/language_tools"],' +