1
0
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:
Jamie Curnow
2025-10-14 17:49:56 +10:00
parent e6f7ae3fba
commit 7af01d0fc7
32 changed files with 291 additions and 251 deletions

View File

@@ -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 ? (
<>