jscheffl opened a new pull request, #55356:
URL: https://github.com/apache/airflow/pull/55356

   Some (next) level of beautification to React UI of Edge Provider:
   - Adding links from tasks to the Dag pages
   - Adding links from a job to worker
   - Adding time prints as relative time stamps "N seconds ago" instead of 
"2025-09-07T23:45:12.12345Z"
   - Some more tooltip to worker state
   
   @pierrejeambrun / @shubhamraj-git / @bbovenzi I attempted to use `<Link 
to=...>` from react-router-dom but seems this is only working inside the plugin 
but links to core UI generate blank pages. Is there a security barrier I need 
to break or how can I make internal links working from the plugin? Security 
barrier? Needed to switch to the `<Link href=...` from React which is always 
making a full page reload which is un-cool.


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