feat: responsive header, search boxes (#10)

This commit is contained in:
UUBulb
2024-11-22 07:41:47 +08:00
committed by GitHub
parent 33b2ffb40c
commit 87e17a07df
28 changed files with 672 additions and 168 deletions
+3
View File
@@ -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 (