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:
@@ -62,6 +62,7 @@ export default function DDNSPage() {
|
||||
{
|
||||
header: "Name",
|
||||
accessorKey: "name",
|
||||
accessorFn: row => row.name,
|
||||
cell: ({ row }) => {
|
||||
const s = row.original;
|
||||
return (
|
||||
@@ -89,6 +90,7 @@ export default function DDNSPage() {
|
||||
{
|
||||
header: "Domains",
|
||||
accessorKey: "domains",
|
||||
accessorFn: row => row.domains,
|
||||
cell: ({ row }) => {
|
||||
const s = row.original;
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user