uranusjr commented on code in PR #44677:
URL: https://github.com/apache/airflow/pull/44677#discussion_r1872305702
##########
airflow/ui/src/layouts/Nav/UserSettingsButton.tsx:
##########
@@ -60,6 +63,9 @@ export const UserSettingsButton = () => {
<FiClock size="1.25rem" style={{ marginRight: "8px" }} />
{dayjs().tz(selectedTimezone).format("HH:mm z (Z)")}
</Menu.Item>
+ <Menu.Item value="version">
+ Version <a
href={`https://pypi.org/project/apache-airflow/${data?.version}/`}
rel="noreferrer" style={{color: "#365f84"}} target="_blank">{data?.version}</a>
Review Comment:
No. Stable always points the latest normal release, and it will be wrong
most of the time unless the user always upgrade at the first oppertunity.
--
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]