mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-05-06 13:48:55 +00:00
feat: disable nat
This commit is contained in:
@@ -61,6 +61,11 @@ export default function NATPage() {
|
||||
accessorKey: "id",
|
||||
accessorFn: (row) => row.id,
|
||||
},
|
||||
{
|
||||
header: t("Enabled"),
|
||||
accessorKey: "enabled",
|
||||
accessorFn: (row) => row.enabled,
|
||||
},
|
||||
{
|
||||
header: t("Name"),
|
||||
accessorKey: "name",
|
||||
|
||||
Reference in New Issue
Block a user