Override Airflow's default admin index page
问题 I have created a Airflow plugin which creates a new Menu named Test Plugin and add a submenu Test View so clicking the Test View open the page successfully and show me the content in test.html page. Currently Airflow displays the landing page on the url http://localhost:8080/admin/ with all Dags listed. My requirement is to show this test.html page as the landing page/home page. The structure of is as follows: -AIRFLOW_HOME/plugins/templates/test_plugin/test.html -AIRFLOW_HOME/plugins/test