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


##########
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:
   Agreed with @dstandish that the icon is not "perfect fitting" but can be 
changed later anyway...



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