diff --git a/src/public/index.html b/src/public/index.html index f4cb86725..bd92a4ef3 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -921,7 +921,7 @@
-- ${alert.ruleName || 'Unknown Rule'} -
-- Active for ${durationStr} - ${acknowledged ? ` • Acknowledged ${Math.round((Date.now() - alert.acknowledgedAt) / 60000)}m ago` : ''} -
++ ${alertType}: ${currentValueDisplay} +
+ ${thresholdInfo ? `${thresholdInfo}
` : ''} ++ ${alert.guest?.node ? `Node: ${alert.guest.node} • ` : ''}Active for ${durationStr} + ${acknowledged ? ` • Acknowledged ${Math.round((Date.now() - alert.acknowledgedAt) / 60000)}m ago` : ''} +
+${alert.rule.description}
+${alert.acknowledgeNote}
+