column list in database widget

This commit is contained in:
Jan Prochazka
2021-01-23 08:17:46 +01:00
parent a1f9b1c53e
commit 8a19d7c4bc
7 changed files with 66 additions and 6 deletions

View File

@@ -107,7 +107,10 @@ module.exports = {
if (existing) {
existing.subprocess.send({ msgtype: 'ping' });
}
return { status: 'ok' };
return {
status: 'ok',
connectionStatus: existing ? existing.status : null,
};
},
refresh_meta: 'post',