improved display of dynamic description

This commit is contained in:
2025-01-31 23:59:34 +01:00
parent adf152938d
commit 871086c7b7
3 changed files with 15 additions and 5 deletions

View File

@@ -76,6 +76,11 @@
No description available
</div>
{% endif %}
{% if component.dynamic_description %}
<h2>Dynamic Description</h2>
<pre>{{ component.dynamic_description }}</pre>
{% endif %}
</div>
<div class="col-4">
{% if component.pref_distri %}