Zinkue commented on code in PR #56854:
URL: https://github.com/apache/airflow/pull/56854#discussion_r2446929470
##########
airflow-core/src/airflow/api_fastapi/core_api/routes/ui/config.py:
##########
@@ -59,6 +59,7 @@ def get_configs() -> ConfigResponse:
"dashboard_alert": [alert for alert in DASHBOARD_UIALERTS if
isinstance(alert, UIAlert)],
"show_external_log_redirect": task_log_reader.supports_external_link,
"external_log_name": getattr(task_log_reader.log_handler, "log_name",
None),
+ "theme": conf.get("api", "theme", fallback=""),
Review Comment:
Since `instance_name` is under `api` also (`api/instance_name`) and tackles
some UI personalization I thought the same place for `theme`
I supposed config properties under `api` tackles the changes for the api
server including frontend.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]