mirror of
https://github.com/makeplane/plane
synced 2025-08-07 19:59:33 +00:00
fix: code spliting and instance maintenance screens
This commit is contained in:
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>
|
||||
);
|
||||
Reference in New Issue
Block a user