mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-11-01 16:23:33 +00:00
404 hosts polish
This commit is contained in:
@@ -10,6 +10,8 @@ const getEventValue = (event: AuditLog) => {
|
||||
switch (event.objectType) {
|
||||
case "user":
|
||||
return event.meta?.name;
|
||||
case "dead-host":
|
||||
return event.meta?.domainNames?.join(", ") || "N/A";
|
||||
default:
|
||||
return `UNKNOWN EVENT TYPE: ${event.objectType}`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user