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


##########
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:
   If we push that to the menu I think we should make them consistent, both 
Item should have an Icon, or none of them.



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