mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
ok (#21116)
This commit is contained in:
@@ -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]:
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user