This is an automated email from the ASF dual-hosted git repository.
bbovenzi pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from cf4f2caac93 Switch test_views_home.py from parsing files directly to
using fixtures (#44788)
add 7bce01b8e6e List Variables (#44224)
No new revisions were added by this update.
Summary of changes:
.../core_api/routes/public/variables.py | 2 +-
.../Nav/{BrowseButton.tsx => AdminButton.tsx} | 10 +--
airflow/ui/src/layouts/Nav/Nav.tsx | 10 +--
airflow/ui/src/pages/Variables/Variables.tsx | 85 ++++++++++++++++++++++
.../ui/src/pages/{Events => Variables}/index.tsx | 2 +-
airflow/ui/src/router.tsx | 6 ++
6 files changed, 101 insertions(+), 14 deletions(-)
copy airflow/ui/src/layouts/Nav/{BrowseButton.tsx => AdminButton.tsx} (87%)
create mode 100644 airflow/ui/src/pages/Variables/Variables.tsx
copy airflow/ui/src/pages/{Events => Variables}/index.tsx (95%)