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

   Today, every time webserver is restarted, the order of the
   operator extra links are randomized due to Python sets being
   unordered.
   
   This change will sort the links according to their name.
   No particular thought has been given to customizing this sort
   order, except to make it consistent so that extra links always
   appear at the same place for the users.


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