project-nomad/admin/inertia
Chris Sherwood e7336f2a8e fix(SystemInfo): Fall back to fsSize when disk array is empty
The Storage Devices section on System Information showed "No storage
devices detected" because the disk info file (/storage/nomad-disk-info.json)
returned an empty array. The fsSize data from systeminformation was
available but not used as a fallback.

Applies the same fallback pattern from the Easy Setup wizard (PR #90):
- Try disk array first, filtering to entries with totalSize > 0
- Fall back to fsSize data when disk array is empty
- Deduplicate fsSize entries by size (same disk mounted multiple places)
- Filter to real block devices (/dev/), excluding virtual filesystems
- Update Storage Devices count in System Status to match

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-27 20:28:45 -08:00
..
app fix: hide query devtools in prod 2025-12-02 08:39:58 -08:00
components feat(benchmark): Require full benchmark with AI for community sharing (#99) 2026-01-25 00:24:31 -08:00
context feat: container controls & convienience scripts 2025-08-08 15:07:32 -07:00
css feat: alert and button styles redesign 2025-11-30 23:32:16 -08:00
hooks fix(Open WebUI): install status indicator 2026-01-24 15:37:09 -08:00
layouts feat: Update Settings nomenclature and add tiered content collections 2026-01-23 14:22:04 -08:00
lib feat(benchmark): Require full benchmark with AI for community sharing (#99) 2026-01-25 00:24:31 -08:00
pages fix(SystemInfo): Fall back to fsSize when disk array is empty 2026-01-27 20:28:45 -08:00
providers fix(Notifications): improve styling 2026-01-23 22:25:18 +00:00
tsconfig.json fix(Docs): documentation renderer fixes 2025-12-23 16:00:33 -08:00