fix: code spliting and instance maintenance screens
This commit is contained in:
parent
106710f3d0
commit
eee2145734
10 changed files with 46 additions and 10 deletions
1
web/ce/components/instance/index.ts
Normal file
1
web/ce/components/instance/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "./maintenance-message";
|
||||
6
web/ce/components/instance/maintenance-message.tsx
Normal file
6
web/ce/components/instance/maintenance-message.tsx
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
export const MaintenanceMessage = () => (
|
||||
<h1 className="text-xl font-medium text-custom-text-100 text-center md:text-left">
|
||||
Plane didn't start up. This could be because one or more Plane services failed to start. <br /> Choose View
|
||||
Logs from setup.sh and Docker logs to be sure.
|
||||
</h1>
|
||||
);
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
"use client";
|
||||
|
||||
import { FC, Fragment } from "react";
|
||||
|
||||
export const MaintenanceMode: FC = () => <Fragment />;
|
||||
Loading…
Add table
Add a link
Reference in a new issue