This is an automated email from the ASF dual-hosted git repository. erikrit pushed a commit to branch etr2460-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-superset.git
commit b9ebab0fb72596e533fd235348e2ac6f6c68748c Author: Erik Ritter <[email protected]> AuthorDate: Tue Nov 5 11:33:34 2019 -0800 Update navbar_right.html --- superset/templates/appbuilder/navbar_right.html | 1 + 1 file changed, 1 insertion(+) diff --git a/superset/templates/appbuilder/navbar_right.html b/superset/templates/appbuilder/navbar_right.html index 41e526d..531f761 100644 --- a/superset/templates/appbuilder/navbar_right.html +++ b/superset/templates/appbuilder/navbar_right.html @@ -52,6 +52,7 @@ <a tabindex="-1" href="{{ bug_report_url }}" + target="_blank" title="Report a bug" > <i class="fa fa-bug"></i>
