dsuhinin opened a new pull request, #70754:
URL: https://github.com/apache/airflow/pull/70754
Some deployments barely use the Home dashboard — people open Airflow and
immediately click through to the Dag list, every single time. This adds a small
knob so the root URL can open the page they actually work in.
New `[api] default_landing_page` config option, defaulting to `home` —
nothing changes unless you opt in. Setting it to `dags` makes `/` redirect to
the Dag list, while the Home dashboard stays reachable at `/home`, so nobody
loses anything. The value is exposed through the existing UI config endpoint,
and a tiny `LandingPage` component picks between rendering the dashboard and
redirecting, so there's no server-side routing involved.
Tests cover both the config endpoint exposing the new option and the
landing component's behaviour for each value.
--
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]