You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by an...@apache.org on 2016/09/08 04:46:21 UTC

[04/50] [abbrv] ignite git commit: IGNITE-2047 added fix to popover

IGNITE-2047 added fix to popover


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

Branch: refs/heads/ignite-3629
Commit: e8a32f127c0e9c9a09a2d5de4d459ffc9ab9edfe
Parents: ffe79ee
Author: Dmitriyff Smile <dm...@gmail.com>
Authored: Mon Aug 22 13:59:53 2016 +0700
Committer: Dmitriyff Smile <dm...@gmail.com>
Committed: Mon Aug 22 13:59:53 2016 +0700

----------------------------------------------------------------------
 modules/web-console/frontend/public/stylesheets/style.scss | 1 +
 modules/web-console/frontend/views/sql/sql.jade            | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/e8a32f12/modules/web-console/frontend/public/stylesheets/style.scss
----------------------------------------------------------------------
diff --git a/modules/web-console/frontend/public/stylesheets/style.scss b/modules/web-console/frontend/public/stylesheets/style.scss
index 969d621..3704643 100644
--- a/modules/web-console/frontend/public/stylesheets/style.scss
+++ b/modules/web-console/frontend/public/stylesheets/style.scss
@@ -1172,6 +1172,7 @@ button.form-control {
 .theme-line .popover.cache-metadata {
     @extend .popover.settings;
 
+    position: absolute;
     z-index: 1030;
     min-width: 305px;
     max-width: 450px;

http://git-wip-us.apache.org/repos/asf/ignite/blob/e8a32f12/modules/web-console/frontend/views/sql/sql.jade
----------------------------------------------------------------------
diff --git a/modules/web-console/frontend/views/sql/sql.jade b/modules/web-console/frontend/views/sql/sql.jade
index 0047adf..582c8ca 100644
--- a/modules/web-console/frontend/views/sql/sql.jade
+++ b/modules/web-console/frontend/views/sql/sql.jade
@@ -155,8 +155,8 @@ mixin footer-controls
         div(ng-if='notebook' ignite-loading='sqlLoading' ignite-loading-text='{{ loadingText }}' ignite-loading-position='top')
             .docs-body.paragraphs
                 .panel-group(bs-collapse ng-model='notebook.expandedParagraphs' data-allow-multiple='true' data-start-collapsed='false')
-                    .panel.panel-default(ng-repeat='paragraph in notebook.paragraphs')
-                        .panel-heading(id='{{paragraph.id}}' bs-collapse-toggle)
+                    .panel.panel-default(ng-repeat='paragraph in notebook.paragraphs' id='{{paragraph.id}}')
+                        .panel-heading(bs-collapse-toggle)
                             .row
                                 +paragraph-rename
                         .panel-collapse(role='tabpanel' bs-collapse-target)
@@ -168,7 +168,7 @@ mixin footer-controls
                                 .col-xs-4.col-sm-3
                                     div(ng-show='caches.length > 0' style='padding: 5px 10px' st-table='displayedCaches' st-safe-src='caches')
                                         lable.labelField.labelFormField Caches:
-                                        i.fa.fa-database.tipField(title='Click to show cache types metadata dialog' bs-popover data-template-url='/sql/cache-metadata.html', data-placement='bottom', data-trigger='click')
+                                        i.fa.fa-database.tipField(title='Click to show cache types metadata dialog' bs-popover data-template-url='/sql/cache-metadata.html' data-placement='bottom' data-trigger='click' data-container='#{{ paragraph.id}}')
                                         .input-tip
                                             input.form-control(type='text' st-search='label' placeholder='Filter caches...')
                                         table.links