add versions url in the menu
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user