show goversion and goos/goarch on admin page

This commit is contained in:
Mechiel Lukkien
2024-03-11 08:58:40 +01:00
parent b115c7b10d
commit 4699504c9f
6 changed files with 17 additions and 5 deletions

View File

@ -2182,7 +2182,7 @@ const cmdHelp = async () => {
return;
}
window.alert('"mailto:" protocol handler unregistered.');
})), dom.div(style({ marginTop: '2ex' }), 'Mox is open source email server software, this is version ' + moxversion + '. Feedback, including bug reports, is appreciated! ', link('https://github.com/mjl-/mox/issues/new'), '.'))));
})), dom.div(style({ marginTop: '2ex' }), 'Mox is open source email server software, this is version ', moxversion, ', built with ', moxgoversion, '. Feedback, including bug reports, is appreciated! ', link('https://github.com/mjl-/mox/issues/new'), '.'))));
};
// Show tooltips for either the focused element, or otherwise for all elements
// that aren't reachable with tabindex and aren't marked specially to prevent