jscheffl commented on code in PR #48102:
URL: https://github.com/apache/airflow/pull/48102#discussion_r2008953477
##########
airflow-core/src/airflow/ui/src/pages/Connections/Connections.tsx:
##########
@@ -58,6 +60,7 @@ const columns: Array<ColumnDef<ConnectionResponse>> = [
cell: ({ row: { original } }) => (
<Flex justifyContent="end">
<DeleteConnectionButton connectionId={original.connection_id}
disabled={false} />
+ <EditConnectionButton connection={original} disabled={false} />
Review Comment:
In the variables form the edit is in front of the delete - which is better
in my view.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]