mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 22:46:16 +00:00
#591 - databases
This commit is contained in:
@ -4,6 +4,7 @@ import Container from '@/components/container';
|
||||
import { DataTable } from '@/components/data-table';
|
||||
import { columns } from '@/pages/server-logs/components/columns';
|
||||
import { usePage } from '@inertiajs/react';
|
||||
import Heading from '@/components/heading';
|
||||
|
||||
export default function InstallingServer() {
|
||||
const page = usePage<{
|
||||
@ -15,6 +16,7 @@ export default function InstallingServer() {
|
||||
|
||||
return (
|
||||
<Container className="max-w-5xl">
|
||||
<Heading title="Installing" description="Here you can see the installation logs" />
|
||||
<DataTable columns={columns} data={page.props.logs.data} />{' '}
|
||||
</Container>
|
||||
);
|
||||
|
Reference in New Issue
Block a user