You've already forked nginx-proxy-manager
							
							
				mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-04 04:11:42 +03:00 
			
		
		
		
	Use a modal manager
This commit is contained in:
		@@ -87,7 +87,7 @@ export default function Table({
 | 
			
		||||
				},
 | 
			
		||||
			}),
 | 
			
		||||
			columnHelper.display({
 | 
			
		||||
				id: "id", // todo: not needed for a display?
 | 
			
		||||
				id: "id",
 | 
			
		||||
				cell: (info: any) => {
 | 
			
		||||
					return (
 | 
			
		||||
						<span className="dropdown">
 | 
			
		||||
@@ -112,7 +112,7 @@ export default function Table({
 | 
			
		||||
									}}
 | 
			
		||||
								>
 | 
			
		||||
									<IconEdit size={16} />
 | 
			
		||||
									<T id="users.edit" />
 | 
			
		||||
									<T id="user.edit" />
 | 
			
		||||
								</a>
 | 
			
		||||
								{currentUserId !== info.row.original.id ? (
 | 
			
		||||
									<>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user