parent
04dd8d414d
commit
f2d67f75d0
|
|
@ -103,7 +103,6 @@ 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,7 +22,6 @@
|
|||
{% 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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue