From 642a0d77042e9350d92e3f35e99cfd24937a23b9 Mon Sep 17 00:00:00 2001 From: "Hugh A. Miles II" Date: Thu, 18 Aug 2022 12:00:14 -0400 Subject: [PATCH] ok (#21116) --- superset/config.py | 1 + superset/templates/superset/basic.html | 1 + 2 files changed, 2 insertions(+) diff --git a/superset/config.py b/superset/config.py index 1c8cf3c8b76..3b63a48f929 100644 --- a/superset/config.py +++ b/superset/config.py @@ -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]: diff --git a/superset/templates/superset/basic.html b/superset/templates/superset/basic.html index fff57fdb9fa..03796ceb8c3 100644 --- a/superset/templates/superset/basic.html +++ b/superset/templates/superset/basic.html @@ -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'] %}