project-nomad/admin/inertia/pages
Chris Sherwood 812d13c3da fix(System): correct memory usage percentage calculation
The percentage was using (total - available) / total which excludes
reclaimable buffers/cache, but the displayed "Used RAM" value uses
mem.used which includes them. This mismatch showed 14% alongside
22 GB / 62 GB. Now uses mem.used / mem.total so the percentage
matches the displayed numbers.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 13:23:39 -08:00
..
docs feat(docs): polish docs rendering with desert-themed components 2026-02-06 14:41:30 -08:00
easy-setup fix: rework content tier system to dynamically determine install status 2026-02-04 22:58:21 -08:00
errors feat: initial commit 2025-06-29 15:51:08 -07:00
settings fix(System): correct memory usage percentage calculation 2026-02-08 13:23:39 -08:00
about.tsx feat: initial commit 2025-06-29 15:51:08 -07:00
chat.tsx feat(AI): chat suggestions and assistant settings 2026-02-01 07:24:21 +00:00
home.tsx feat: move KB UI into AI Assistant UI 2026-02-08 13:20:10 -08:00
knowledge-base.tsx fix(UI): switch to tabler icons only for consistency 2026-01-31 20:39:49 -08:00
maps.tsx feat: cron job for system update checks 2026-02-06 15:40:30 -08:00