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
+2
View File
@@ -59,6 +59,7 @@ export default function ServerPage() {
{
header: "Name",
accessorKey: "name",
accessorFn: row => row.name,
cell: ({ row }) => {
const s = row.original;
return (
@@ -81,6 +82,7 @@ export default function ServerPage() {
id: "ip",
header: "IP",
accessorKey: "host.ip",
accessorFn: row => row.host?.ip,
cell: ({ row }) => {
const s = row.original;
return (