add versions url in the menu

This commit is contained in:
Girish Ramakrishnan
2026-02-06 19:19:04 +01:00
parent a9ae34b149
commit ace09ca5a7
2 changed files with 11 additions and 1 deletions
+10
View File
@@ -103,6 +103,16 @@ async function refresh() {
target: '_blank',
});
if (result.versionsUrl) {
infoMenu.value.push({ separator: true });
infoMenu.value.push({
label: 'Versions URL',
href: result.versionsUrl,
target: '_blank',
});
}
infoMenu.value.push({ separator: true });
infoMenu.value.push({
label: t('app.projectWebsiteAction'),