This is an automated email from the ASF dual-hosted git repository.
jscheffl pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from d9b4f64a5bb Add run after to grid (#46740)
add 2b8e3cddbfa Add Create Pool button on the pools page (#46736)
No new revisions were added by this update.
Summary of changes:
.../AddPoolButton.tsx} | 33 ++++++-------
airflow/ui/src/pages/Pools/PoolBar.tsx | 2 +-
.../VariableForm.tsx => Pools/PoolForm.tsx} | 55 +++++++++++++---------
airflow/ui/src/pages/Pools/Pools.tsx | 7 ++-
.../queries/{useAddVariable.ts => useAddPool.ts} | 26 +++++-----
5 files changed, 69 insertions(+), 54 deletions(-)
copy airflow/ui/src/pages/{Variables/ManageVariable/AddVariableButton.tsx =>
Pools/AddPoolButton.tsx} (70%)
copy airflow/ui/src/pages/{Variables/ManageVariable/VariableForm.tsx =>
Pools/PoolForm.tsx} (67%)
copy airflow/ui/src/queries/{useAddVariable.ts => useAddPool.ts} (63%)