Update notification service

This commit is contained in:
MacRimi
2026-03-05 19:25:05 +01:00
parent 898392725a
commit 5af51096d8
2 changed files with 294 additions and 33 deletions

View File

@@ -290,7 +290,7 @@ export function StorageOverview() {
}
const obsTypeLabel = (t: string) =>
({ smart_error: 'SMART Error', io_error: 'I/O Error', connection_error: 'Connection Error' }[t] || t)
({ smart_error: 'SMART Error', io_error: 'I/O Error', filesystem_error: 'Filesystem Error', zfs_pool_error: 'ZFS Pool Error', connection_error: 'Connection Error' }[t] || t)
const getStorageTypeBadge = (type: string) => {
const typeColors: Record<string, string> = {