mirror of
https://github.com/fankes/beszel.git
synced 2025-10-22 03:19:22 +08:00
server table updates
This commit is contained in:
@@ -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> */}
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user