Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
hughhhh committed Aug 17, 2022
1 parent db7e2b2 commit 053f4bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions superset/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
# "rel": "icon"
# },
FAVICONS = [{"href": "/static/assets/images/favicon.png"}]
TAB_TITLE = None


def _try_json_readversion(filepath: str) -> Optional[str]:
Expand Down
1 change: 1 addition & 0 deletions superset/templates/superset/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
{% from 'superset/partials/asset_bundle.html' import css_bundle, js_bundle with context %}

{% set favicons = appbuilder.app.config['FAVICONS'] %}
{% set title = appbuilder.app.config['TAB_TITLE'] %}
<html>
<head>
<title>
Expand Down

0 comments on commit 053f4bc

Please sign in to comment.