Fix TLS log parsing

This commit is contained in:
Jamie Cameron
2025-04-29 22:16:55 -07:00
parent 6415b0d8a8
commit cbcdeb9cb0
2 changed files with 4 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ elsif ($type eq 'recs') {
elsif ($type eq 'zones') {
return &text("log_${action}_zones", $object);
}
elsif ($type eq "host" || $type eq "group") {
elsif ($type eq "host" || $type eq "group" || $type eq "tls") {
return &text("log_${action}_${type}", "<tt>$object</tt>");
}
elsif ($action eq 'create') {