Make properties explicitly available

This commit is contained in:
Johannes Zellner
2019-12-16 15:21:26 +01:00
parent da85cea329
commit c38f7d7f93

View File

@@ -333,6 +333,9 @@ function getService(serviceName, callback) {
var tmp = {
name: serviceName,
status: null,
memoryUsed: 0,
memoryPercent: 0,
error: null,
config: {
// If a property is not set then we cannot change it through the api, see below
// memory: 0,