server table updates

This commit is contained in:
Henry Dollman
2024-07-08 17:29:06 -04:00
parent 5e56a74ab5
commit 86ddb0ac12
2 changed files with 131 additions and 44 deletions

View File

@@ -30,9 +30,9 @@ export function Home() {
return (
<>
<h1>Dashboard</h1>
<h1 class="my-5">Dashboard</h1>
{systems.length && <DataTable data={systems} />}
<pre>{JSON.stringify(systems, null, 2)}</pre>
{/* <pre>{JSON.stringify(systems, null, 2)}</pre> */}
</>
)
}