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


##########
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, added an icon for Backfill... do you think this one is good?
   
   
![image](https://github.com/user-attachments/assets/ce329f6f-2a48-4b57-b712-3834578d2811)
   
   @dstandish as "master of backfill" - is icon good in your view?
   
   Otherwise some alternatives are: 
https://react-icons.github.io/react-icons/search/#q=fill



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

Review Comment:
   Ups. fixed.



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