From 9fd2c4246aec126d24f917dc2e05d561410664c6 Mon Sep 17 00:00:00 2001 From: Vishal Gupta Date: Wed, 15 May 2024 23:46:15 +0530 Subject: [PATCH 1/2] Adding app name --- docker/pythonpath_dev/superset_config.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/pythonpath_dev/superset_config.py b/docker/pythonpath_dev/superset_config.py index 005cc600ae1b..ee714b56e297 100644 --- a/docker/pythonpath_dev/superset_config.py +++ b/docker/pythonpath_dev/superset_config.py @@ -113,3 +113,6 @@ class CeleryConfig: ) except ImportError: logger.info("Using default Docker config...") + + +APP_NAME = "Sourcefuse" From b39f3c7187d480d35a90898d5a9aa81089493a5f Mon Sep 17 00:00:00 2001 From: Vishal Gupta Date: Thu, 16 May 2024 15:51:50 +0530 Subject: [PATCH 2/2] Adding tooltip --- docker/pythonpath_dev/superset_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/pythonpath_dev/superset_config.py b/docker/pythonpath_dev/superset_config.py index ee714b56e297..f8a8021181c7 100644 --- a/docker/pythonpath_dev/superset_config.py +++ b/docker/pythonpath_dev/superset_config.py @@ -116,3 +116,4 @@ class CeleryConfig: APP_NAME = "Sourcefuse" +LOGO_TOOLTIP = "Sourcefuse"