1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-05 18:52:44 +01:00

Add a note about PhantomJSCloud

This commit is contained in:
Benjamin Beganović 2020-12-16 16:55:33 +01:00
parent e6419085b2
commit e51b220295
2 changed files with 6 additions and 0 deletions

View File

@ -3328,4 +3328,6 @@ return [
'sort_order' => 'Sort Order',
'setup_steps_notice' => 'To proceed to next step, make sure you test each section.',
'setup_phantomjs_note' => 'Note about Phantom JS. Read more.'
];

View File

@ -59,6 +59,10 @@
<dd class="text-sm leading-5 text-gray-900 sm:mt-0 sm:col-span-2">
<div class="alert py-2 bg-gray-50" id="test-pdf-response"></div>
</dd>
<a target="_blank" class="block text-sm text-gray-900 leading-5 underline"
href="https://invoiceninja.github.io/selfhost.html#phantom-js">
{{ ctrans('texts.setup_phantomjs_note') }}
</a>
</div>
</dl>
</div>