jscheffl commented on code in PR #47180:
URL: https://github.com/apache/airflow/pull/47180#discussion_r1977859638


##########
airflow/ui/src/components/Menu/MenuButton.tsx:
##########
@@ -34,6 +35,9 @@ const MenuButton: React.FC<Props> = ({ dag }) => (
       <ActionButton actionName="" icon={<MdMoreHoriz />} text="" />
     </Menu.Trigger>
     <Menu.Content>
+      <Menu.Item value="Run Backfill">
+        <ParseDag dagId={dag.dag_id} fileToken={dag.file_token} />

Review Comment:
   Okay, after seeing the screenshot of back-fills in Slack 
(https://apache-airflow.slack.com/archives/C0809U4S1Q9/p1741014770062179)
   
![image](https://github.com/user-attachments/assets/ce076c95-9cdb-47ad-b68d-128f3fffc530)
   
   ...I think the button is better with `<TbArrowBackUpDouble />`
   
   Switched the icon to be like this now:
   
![image](https://github.com/user-attachments/assets/493b8e01-178d-4424-9de6-b8e82d51e736)
   



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