Files
WYGIWYH/app/templates/rules/fragments/transaction_rule/dry_run/logs.html
Herculino Trotta c738f5ee29 changes
2025-09-02 09:47:27 -03:00

8 lines
160 B
HTML

<div class="card tw:max-h-full tw:overflow-auto tw:overflow-x-auto">
<div class="card-body">
<pre>
{{ logs|linebreaks }}
</pre>
</div>
</div>