This commit is contained in:
henrygd
2025-12-16 18:33:32 -05:00
parent 996444abeb
commit 82bd953941
5 changed files with 33 additions and 8 deletions

View File

@@ -236,6 +236,7 @@ func createStaticInfoRecord(app core.App, data *system.Details, systemId string)
record.Set("cpu", data.CpuModel)
record.Set("os", data.Os)
record.Set("os_name", data.OsName)
record.Set("arch", data.Arch)
record.Set("memory", data.MemoryTotal)
record.Set("podman", data.Podman)
return app.SaveNoValidate(record)