bbovenzi commented on code in PR #70803:
URL: https://github.com/apache/airflow/pull/70803#discussion_r3731898302


##########
airflow-core/src/airflow/ui/src/pages/TaskInstance/Header.tsx:
##########
@@ -70,6 +87,9 @@ export const Header = ({ taskInstance }: { readonly 
taskInstance: TaskInstanceRe
       <HeaderCard
         actions={
           <>
+            <IconButton label={translate("dagRun.showInGrid")} 
onClick={showInGrid}>
+              <LuScanSearch />
+            </IconButton>

Review Comment:
   Also, if we even do this then let's make this its own component. No need to 
copy past the exact logic.



-- 
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]

Reply via email to