Update notification service

This commit is contained in:
MacRimi
2026-03-26 00:32:52 +01:00
parent fb066eb2e9
commit 0b3624dbd5
3 changed files with 526 additions and 559 deletions
+1 -1
View File
@@ -1093,7 +1093,7 @@ class HealthPersistence:
conn.commit() conn.commit()
conn.close() conn.close()
# ─── System Capabilities Cache ────────────────────────────── # ─── System Capabilities Cache ──────────────────────────────
def get_capability(self, cap_key: str) -> Optional[str]: def get_capability(self, cap_key: str) -> Optional[str]:
""" """
+1 -1
View File
@@ -314,7 +314,7 @@ def _format_vzdump_body(parsed: Dict[str, Any], is_success: bool) -> str:
return '\n'.join(parts) return '\n'.join(parts)
# ── Severity Icons ────────────────────────────────────────────── # ── Severity Icons ──────────────────────────────────────────────
SEVERITY_ICONS = { SEVERITY_ICONS = {
'CRITICAL': '\U0001F534', 'CRITICAL': '\U0001F534',
+524 -557
View File
File diff suppressed because it is too large Load Diff