clan-cli: Fixed CORS issue. UI: Readded id as tableData property

This commit is contained in:
Luis-Hebendanz
2023-08-27 15:10:15 +02:00
parent ab90244486
commit ce19e5602a
8 changed files with 164 additions and 146 deletions

View File

@@ -6,8 +6,8 @@ import { NodeTable } from "@/components/table";
import { useMachines } from "@/components/hooks/useMachines";
export default function Page() {
const { data, isLoading } = useMachines();
console.log({ data, isLoading });
//const { data, isLoading } = useMachines();
//console.log({ data, isLoading });
return (
<StrictMode>
<NodeTable tableData={tableData} />