Skip to content

Commit a381a7c

Browse files
Fix another bug
1 parent ca458e4 commit a381a7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ const utils = {
444444
if (alert.labels.env) {
445445
alert.summary += ` (${alert.labels.env})`;
446446
}
447-
if (!alert.labels.logs_url && !alert.labels.logs_template) {
447+
if (!alert.annotations.logs_url && !alert.annotations.logs_template) {
448448
for (const labelSet of [
449449
["env", "cluster_id", "namespace", "pod"],
450450
["env", "cluster_id", "nodename", "exported_job", "level"],

0 commit comments

Comments
 (0)