Send config state as part of the status

This commit is contained in:
Girish Ramakrishnan
2017-01-05 20:47:47 -08:00
committed by Johannes Zellner
parent 8a0fe413ba
commit 64c888fbdb
3 changed files with 15 additions and 7 deletions

View File

@@ -303,7 +303,8 @@ function getStatus(callback) {
boxVersionsUrl: config.get('boxVersionsUrl'),
apiServerOrigin: config.apiServerOrigin(), // used by CaaS tool
provider: config.provider(),
cloudronName: cloudronName
cloudronName: cloudronName,
configState: gConfigState
});
});
});