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 11cdd97d2d2 Import Variable API (#45265)
add 7229e2fe832 Edit variable button on variable list page (#45251)
No new revisions were added by this update.
Summary of changes:
.../ui/src/pages/Variables/EditVariableButton.tsx | 44 -----------
.../AddVariableButton.tsx} | 32 ++++++--
.../{ => ManageVariable}/DeleteVariableButton.tsx | 0
.../ManageVariable/EditVariableButton.tsx | 86 ++++++++++++++++++++++
.../VariableForm.tsx} | 56 +++++++-------
airflow/ui/src/pages/Variables/Variables.tsx | 10 +--
airflow/ui/src/queries/useAddVariable.ts | 22 +++---
.../{useAddVariable.ts => useEditVariable.ts} | 36 ++++++---
8 files changed, 188 insertions(+), 98 deletions(-)
delete mode 100644 airflow/ui/src/pages/Variables/EditVariableButton.tsx
rename airflow/ui/src/pages/Variables/{AddVariableModal.tsx =>
ManageVariable/AddVariableButton.tsx} (65%)
rename airflow/ui/src/pages/Variables/{ =>
ManageVariable}/DeleteVariableButton.tsx (100%)
create mode 100644
airflow/ui/src/pages/Variables/ManageVariable/EditVariableButton.tsx
rename airflow/ui/src/pages/Variables/{AddVariableForm.tsx =>
ManageVariable/VariableForm.tsx} (79%)
copy airflow/ui/src/queries/{useAddVariable.ts => useEditVariable.ts} (65%)