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