mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2025-11-13 10:26:01 +00:00
fix(packages): add needsUpdate and isSecurityUpdate fields to package hosts
This commit is contained in:
@@ -126,6 +126,7 @@ router.get("/", async (req, res) => {
|
||||
osType: hp.hosts.os_type,
|
||||
currentVersion: hp.current_version,
|
||||
availableVersion: hp.available_version,
|
||||
needsUpdate: hp.needs_update,
|
||||
isSecurityUpdate: hp.is_security_update,
|
||||
})),
|
||||
stats: {
|
||||
|
||||
Reference in New Issue
Block a user