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