system: show the kernel version
This commit is contained in:
@@ -56,6 +56,7 @@ async function clearLocation() {
|
||||
|
||||
async function getConfig() {
|
||||
const ubuntuVersion = await system.getUbuntuVersion();
|
||||
const kernelVersion = await system.getKernelVersion();
|
||||
const profileConfig = await userDirectory.getProfileConfig();
|
||||
const externalLdapConfig = await externalLdap.getConfig();
|
||||
|
||||
@@ -71,6 +72,7 @@ async function getConfig() {
|
||||
mailFqdn: (await mailServer.getLocation()).fqdn,
|
||||
version: constants.VERSION,
|
||||
ubuntuVersion,
|
||||
kernelVersion,
|
||||
isDemo: constants.DEMO,
|
||||
cloudronName: await branding.getCloudronName(),
|
||||
footer: await branding.renderFooter(),
|
||||
|
||||
Reference in New Issue
Block a user