Update menus

This commit is contained in:
MacRimi
2026-03-28 19:32:15 +01:00
parent 264fa4982f
commit e7d3b20295
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1327,7 +1327,7 @@ class HealthPersistence:
# ────────────────────────────────────────────────────────────────
# Disk Observations API
# ───────────────────────────────────────────────────────────────
# ─────────────────-──────────────────────────────────────────────
def register_disk(self, device_name: str, serial: Optional[str] = None,
model: Optional[str] = None, size_bytes: Optional[int] = None):
+1 -1
View File
@@ -658,7 +658,7 @@ TEMPLATES = {
'default_enabled': True,
},
# ── Network events ─
# ── Network events ─-
'network_down': {
'title': '{hostname}: Network connectivity lost',
'body': 'The node has lost network connectivity.\nReason: {reason}',
+1 -1
View File
@@ -54,7 +54,7 @@ STARTUP_GRACE_CATEGORIES: Set[str] = {
}
# ─── Singleton State ────────────────────────────────────────────────────────
# ─── Singleton State ────────────────────────────────────────────────────────
class _StartupGraceState:
"""