mirror of
https://github.com/henrygd/beszel.git
synced 2026-09-21 17:07:47 +02:00
Co-authored-by: Sven van Ginkel <svenvanginkel@icloud.com> Co-authored-by: xiaomiku01 <xiaomiku01@outlook.com>
This commit is contained in:
@@ -61,6 +61,8 @@ export const ActiveAlerts = () => {
|
||||
<AlertDescription>
|
||||
{info.triggeredDesc ? (
|
||||
info.triggeredDesc()
|
||||
) : alert.name === "NetworkMonitorLoss" ? (
|
||||
<Trans>One or more monitors exceed {alert.value}% loss</Trans>
|
||||
) : alert.name === "Status" ? (
|
||||
<Trans>Connection is down</Trans>
|
||||
) : info.invert ? (
|
||||
|
||||
Reference in New Issue
Block a user