mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 06:56:15 +00:00
#591 - sites [wip]
This commit is contained in:
@ -23,7 +23,7 @@ type Response = {
|
||||
export default function ShowServer() {
|
||||
const page = usePage<Response>();
|
||||
return (
|
||||
<ServerLayout server={page.props.server}>
|
||||
<ServerLayout>
|
||||
<Head title={`Overview - ${page.props.server.name}`} />
|
||||
|
||||
{['installing', 'installation_failed'].includes(page.props.server.status) ? <InstallingServer /> : <ServerOverview />}
|
||||
|
Reference in New Issue
Block a user