mirror of
https://github.com/webmin/webmin.git
synced 2026-03-20 16:50:24 +00:00
Fix TLS log parsing
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user