mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-11-01 16:23:33 +00:00
User table polish and audit log updates
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { IconUser } from "@tabler/icons-react";
|
||||
import { IconBoltOff, IconUser } from "@tabler/icons-react";
|
||||
import type { AuditLog } from "src/api/backend";
|
||||
import { DateTimeFormat, intl } from "src/locale";
|
||||
|
||||
@@ -35,6 +35,9 @@ const getIcon = (row: AuditLog) => {
|
||||
case "user":
|
||||
ico = <IconUser size={16} className={c} />;
|
||||
break;
|
||||
case "dead-host":
|
||||
ico = <IconBoltOff size={16} className={c} />;
|
||||
break;
|
||||
}
|
||||
|
||||
return ico;
|
||||
|
||||
Reference in New Issue
Block a user