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

(cherry picked from commit 117e18e)


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

Branch: refs/heads/ignite-3477-master
Commit: eb837c7853ffc68e5a3f690e985407e603e3f955
Parents: 7d94963
Author: Andrey Novikov <anovi...@gridgain.com>
Authored: Wed Mar 22 18:21:03 2017 +0700
Committer: Andrey Novikov <anovi...@gridgain.com>
Committed: Wed Mar 22 18:22:02 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/eb837c78/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

Reply via email to