project-nomad/admin/inertia
Chris Sherwood 42a18c8dc6 fix(EasySetup): select valid primary disk for storage projection bar
The storage projection bar was blindly using disk[0], which on systems
with multiple drives (like the Minisforum AI X1 Pro) could be an empty
or uninitialized drive (e.g., sda showing N/A / N/A).

Now the disk selection:
1. Filters out disks with totalSize === 0 (invalid/empty drives)
2. Prefers disk containing root (/) or /storage mount point
3. Falls back to largest valid disk if no root mount found

This fixes the NaN% and 0 Bytes display on multi-drive systems.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 14:20:11 -08:00
..
app fix: hide query devtools in prod 2025-12-02 08:39:58 -08:00
components feat(Open WebUI): manage models via Command Center 2026-01-19 22:15:52 -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(CuratedCategories): improve fetching from Github 2026-01-19 14:41:51 -08:00
layouts fix(benchmark): Add settings nav link, fix submission bug, improve UX 2026-01-22 21:48:12 -08:00
lib feat: force-reinstall option for apps 2026-01-19 22:50:15 -08:00
pages fix(EasySetup): select valid primary disk for storage projection bar 2026-01-23 14:20:11 -08:00
providers fix: Notification auto-dismiss not working due to stale closure 2026-01-19 10:06:44 -08:00
tsconfig.json fix(Docs): documentation renderer fixes 2025-12-23 16:00:33 -08:00