Fix filter preview?
All checks were successful
Test and build Docker image / docker (push) Successful in 29s
All checks were successful
Test and build Docker image / docker (push) Successful in 29s
This commit is contained in:
parent
6a3bba5b69
commit
984ce298cd
3 changed files with 455 additions and 9 deletions
|
|
@ -79,7 +79,11 @@
|
|||
<div class="filter-preview__rendered">{{ preview_html|safe }}</div>
|
||||
{% else %}
|
||||
<div class="p-3 border border-dark rounded-0">
|
||||
<p class="text-muted mb-0">Rendered preview will appear here when entries are available.</p>
|
||||
{% if preview_entries %}
|
||||
<p class="text-muted mb-0">No entries would be sent with the current rules.</p>
|
||||
{% else %}
|
||||
<p class="text-muted mb-0">Rendered preview will appear here when entries are available.</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endif %}
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue