jedcunningham commented on code in PR #44677:
URL: https://github.com/apache/airflow/pull/44677#discussion_r1870564225
##########
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:
We should probably link to
`https://airflow.apache.org/docs/apache-airflow/{version}/` instead. We may
want to only have it be a link if it's a normal release - not a
dev/alpha/rc/etc.
--
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]