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 2017/03/23 07:16:15 UTC

[40/51] [abbrv] ignite git commit: IGNITE-4854 Fixed project structure button on summary page under firefox.

IGNITE-4854 Fixed project structure button on summary page under firefox.


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

Branch: refs/heads/ignite-4829
Commit: 117e18e834969e96936ad543ba7af0db865556a7
Parents: 50de012
Author: Andrey Novikov <an...@gridgain.com>
Authored: Wed Mar 22 18:21:03 2017 +0700
Committer: Andrey Novikov <an...@gridgain.com>
Committed: Wed Mar 22 18:21:03 2017 +0700

----------------------------------------------------------------------
 modules/web-console/frontend/views/configuration/summary.tpl.pug | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/117e18e8/modules/web-console/frontend/views/configuration/summary.tpl.pug
----------------------------------------------------------------------
diff --git a/modules/web-console/frontend/views/configuration/summary.tpl.pug b/modules/web-console/frontend/views/configuration/summary.tpl.pug
index 9fdd0de..13d6e3a 100644
--- a/modules/web-console/frontend/views/configuration/summary.tpl.pug
+++ b/modules/web-console/frontend/views/configuration/summary.tpl.pug
@@ -43,8 +43,8 @@ mixin hard-link(ref, txt)
                             i.fa.fa-fw.fa-download(ng-hide='isPrepareDownloading')
                             i.fa.fa-fw.fa-refresh.fa-spin(ng-show='isPrepareDownloading')
                             span.tipLabel Download project
-                    button.btn.btn-primary(bs-tooltip='' data-title='Preview generated project structure' data-placement='bottom')
-                        div(bs-popover data-template-url='{{ ctrl.summaryProjectStructureTemplateUrl }}', data-placement='bottom', data-trigger='click' data-auto-close='true')
+                    span(bs-tooltip='' data-title='Preview generated project structure' data-placement='bottom')
+                        button.btn.btn-primary(bs-popover data-template-url='{{ ctrl.summaryProjectStructureTemplateUrl }}', data-placement='bottom', data-trigger='click' data-auto-close='true')
                             i.fa.fa-sitemap
                             label.tipLabel Project structure
                     button.btn.btn-primary(id='proprietary-jdbc-drivers' ng-if='downloadJdbcDriversVisible()' ng-click='downloadJdbcDrivers()' bs-tooltip='' data-title='Open proprietary JDBC drivers download pages' data-placement='bottom') Download JDBC drivers