diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 1c08824..a5c5f95 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -261,11 +261,26 @@ function TableView({ enclosure, onSelect, selectedSerial, t }) { const populated = enclosure.slots.filter((s) => s.populated); return (
| {h} | +{h} | ))}{slot.slot} | -{slot.device} | -{d.model} | -{d.serial} | -{d.wwn} | -{d.firmware} | -{formatCapacity(d.capacity_bytes)} | +{slot.slot} | +{slot.device} | +{d.model} | +{d.serial} | +{d.wwn} | +{d.firmware} | +{formatCapacity(d.capacity_bytes)} |
{d.zfs_pool ? (
-
+
{/* Header */}
|
|---|