pankow now supports links in menus
This commit is contained in:
@@ -170,8 +170,8 @@ async function onDomainChanged() {
|
||||
|
||||
infoMenu.value = [{
|
||||
label: t('app.docsAction'),
|
||||
// TODO support real href links
|
||||
action: () => { window.open('https://docs.cloudron.io/email/'); }
|
||||
href: 'https://docs.cloudron.io/email/',
|
||||
target: '_blank',
|
||||
}, {
|
||||
label: t('email.config.clientConfiguration'),
|
||||
disabled: !mailConfig.value.enabled,
|
||||
|
||||
Reference in New Issue
Block a user