mirror of
https://github.com/moghtech/komodo.git
synced 2026-09-09 00:01:02 +00:00
fix to region not being updated, and fill out server changelog view fields
This commit is contained in:
@@ -17,6 +17,8 @@ const servers = fp((app: FastifyInstance, _: {}, done: () => void) => {
|
||||
memAlert: { type: Number, default: MEM_USAGE_NOTIFY_LIMIT },
|
||||
diskAlert: { type: Number, default: DISK_USAGE_NOTIFY_LIMIT },
|
||||
passkey: String,
|
||||
region: String,
|
||||
instanceID: String,
|
||||
});
|
||||
|
||||
app.decorate("servers", model(app, "Server", schema));
|
||||
|
||||
Reference in New Issue
Block a user