mirror of
https://github.com/henrygd/beszel.git
synced 2026-09-17 05:24:31 +00:00
fix: add singleDesc back to container alert
This commit is contained in:
@@ -112,6 +112,8 @@ export const alertInfo: Record<string, AlertInfo> = {
|
||||
note: () =>
|
||||
t`Notifications may include recent container log excerpts.`,
|
||||
triggeredDesc: () => t`One or more containers are unhealthy`,
|
||||
singleDesc: () => `${t`Container`} ${t`Unhealthy`}`,
|
||||
|
||||
},
|
||||
SystemdFailed: {
|
||||
name: () => t`Failed Services`,
|
||||
|
||||
Reference in New Issue
Block a user