fix: Various fixes. Mail, UI, Flash etc

This commit is contained in:
2026-02-27 14:32:24 +02:00
parent 7585e43b52
commit 810e81b323
9 changed files with 930 additions and 612 deletions

View File

@@ -291,7 +291,7 @@ export default function DeviceInventoryDetail() {
{/* Title row */}
<div className="flex items-start justify-between mb-6">
<div>
<h1 className="text-xl font-bold font-mono" style={{ color: "var(--text-heading)" }}>
<h1 className="text-2xl font-bold font-mono" style={{ color: "var(--text-heading)" }}>
{device?.serial_number}
</h1>
{device?.device_name && (