You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/11/14 14:56:19 UTC

[GitHub] [airflow] bdsoha commented on a diff in pull request #27639: Enable copying DagRun JSON to clipboard

bdsoha commented on code in PR #27639:
URL: https://github.com/apache/airflow/pull/27639#discussion_r1021643913


##########
airflow/www/static/js/dag/details/dagRun/index.tsx:
##########
@@ -78,6 +80,7 @@ const DagRun = ({ runId }: Props) => {
     execution_date: executionDate,
   }).toString();
   const graphLink = appendSearchParams(graphUrl, graphParams);
+  const { onCopy, hasCopied } = useClipboard(conf);

Review Comment:
   @bbovenzi Done! Thanks for the tip.



-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org