1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-12 22:22:32 +01:00

Admin Portal - Profile

This commit is contained in:
hillelcoren 2022-08-06 18:23:19 +00:00
parent 54fefad016
commit 00a0c374e8

View File

@ -396304,7 +396304,7 @@
t8.push(new A._HealthListTile("Invalid File Permissions", false, false, t2, "https://invoiceninja.github.io/docs/self-host-installation/#file-permissions", _null));
if (_this._response.queue === "sync")
t8.push(new A._HealthListTile("Queue not enabled", true, true, "Enable the queue for improved performance", "https://invoiceninja.github.io/docs/self-host-installation/#final-setup-steps", _null));
if (_this._response.pdfEngine !== "snappdf")
if (!B.JSString_methods.startsWith$1(_this._response.pdfEngine.toLowerCase(), "snappdf"))
t8.push(new A._HealthListTile("SnapPDF not enabled", true, true, "Use SnapPDF to generate PDF files locally", "https://invoiceninja.github.io/docs/self-host-troubleshooting/#pdf-conversion-issues", _null));
if (_this._response.trailingSlash)
t8.push(new A._HealthListTile("APP_URL has trailing slash", true, true, "Remove the slash in the .env file", _null, _null));