mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-04 09:25:15 +00:00 
			
		
		
		
	Remove user name column from audit log
This commit is contained in:
		@@ -24,10 +24,6 @@ export default function Table({ data, isFetching, onSelectItem }: Props) {
 | 
			
		||||
					className: "w-1",
 | 
			
		||||
				},
 | 
			
		||||
			}),
 | 
			
		||||
			columnHelper.accessor((row: AuditLog) => row.user?.name, {
 | 
			
		||||
				id: "user.name",
 | 
			
		||||
				header: intl.formatMessage({ id: "column.name" }),
 | 
			
		||||
			}),
 | 
			
		||||
			columnHelper.accessor((row: AuditLog) => row, {
 | 
			
		||||
				id: "objectType",
 | 
			
		||||
				header: intl.formatMessage({ id: "column.event" }),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user