This commit is contained in:
Hugh A. Miles II 2022-08-18 12:00:14 -04:00 committed by GitHub
parent dda1dcf8ee
commit 642a0d7704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -103,6 +103,7 @@ PACKAGE_JSON_FILE = pkg_resources.resource_filename(
# "rel": "icon"
# },
FAVICONS = [{"href": "/static/assets/images/favicon.png"}]
TAB_TITLE = None
def _try_json_readversion(filepath: str) -> Optional[str]:

View File

@ -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>