Put edition in status route

This commit is contained in:
Girish Ramakrishnan
2018-08-28 21:43:25 -07:00
parent 22cdd3f55e
commit 976cf1740e
2 changed files with 2 additions and 0 deletions

View File

@@ -322,6 +322,7 @@ function getStatus(callback) {
cloudronName: cloudronName,
adminFqdn: config.adminDomain() ? config.adminFqdn() : null,
activated: count !== 0,
edition: config.edition(),
webadminStatus: gWebadminStatus // only valid when !activated
});
});