mirror of
https://github.com/Buriburizaem0n/admin-frontend-domain.git
synced 2026-05-06 13:48:55 +00:00
feat: responsive header, search boxes (#10)
This commit is contained in:
@@ -53,6 +53,7 @@ export default function NATPage() {
|
||||
{
|
||||
header: "Name",
|
||||
accessorKey: "name",
|
||||
accessorFn: row => row.name,
|
||||
cell: ({ row }) => {
|
||||
const s = row.original;
|
||||
return (
|
||||
@@ -70,6 +71,7 @@ export default function NATPage() {
|
||||
{
|
||||
header: "Local service",
|
||||
accessorKey: "host",
|
||||
accessorFn: row => row.host,
|
||||
cell: ({ row }) => {
|
||||
const s = row.original;
|
||||
return (
|
||||
@@ -82,6 +84,7 @@ export default function NATPage() {
|
||||
{
|
||||
header: "Bind hostname",
|
||||
accessorKey: "domain",
|
||||
accessorFn: row => row.domain,
|
||||
cell: ({ row }) => {
|
||||
const s = row.original;
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user