This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from 18d7e1e Fix BigQuery system test (#18373)
add c686241 Display alert messages on dashboard from local settings
(#18284)
No new revisions were added by this update.
Summary of changes:
airflow/settings.py | 16 ++
airflow/www/utils.py | 61 +++++++-
airflow/www/views.py | 8 +-
.../howto/customize-dag-ui-page-instance-name.rst | 55 -------
.../howto/customize-state-colors-ui.rst | 76 ----------
docs/apache-airflow/howto/customize-ui.rst | 167 +++++++++++++++++++++
docs/apache-airflow/howto/index.rst | 3 +-
docs/apache-airflow/img/ui-alert-message.png | Bin 0 -> 7909 bytes
docs/apache-airflow/redirects.txt | 2 +
tests/www/views/test_views_home.py | 58 +++++++
10 files changed, 310 insertions(+), 136 deletions(-)
delete mode 100644
docs/apache-airflow/howto/customize-dag-ui-page-instance-name.rst
delete mode 100644 docs/apache-airflow/howto/customize-state-colors-ui.rst
create mode 100644 docs/apache-airflow/howto/customize-ui.rst
create mode 100644 docs/apache-airflow/img/ui-alert-message.png