mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Add a note about PhantomJSCloud
This commit is contained in:
parent
e6419085b2
commit
e51b220295
@ -3328,4 +3328,6 @@ return [
|
|||||||
'sort_order' => 'Sort Order',
|
'sort_order' => 'Sort Order',
|
||||||
|
|
||||||
'setup_steps_notice' => 'To proceed to next step, make sure you test each section.',
|
'setup_steps_notice' => 'To proceed to next step, make sure you test each section.',
|
||||||
|
|
||||||
|
'setup_phantomjs_note' => 'Note about Phantom JS. Read more.'
|
||||||
];
|
];
|
||||||
|
@ -59,6 +59,10 @@
|
|||||||
<dd class="text-sm leading-5 text-gray-900 sm:mt-0 sm:col-span-2">
|
<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>
|
<div class="alert py-2 bg-gray-50" id="test-pdf-response"></div>
|
||||||
</dd>
|
</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>
|
</div>
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user