Skip to content

Commit

Permalink
Show processor description in follow-up processor list
Browse files Browse the repository at this point in the history
  • Loading branch information
stijn-uva committed Feb 18, 2025
1 parent b77d6f0 commit 68db315
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions webtool/templates/components/processor-details.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,7 @@ <h4>{{ processor.title }}</h4>
</span>
{% endif %}

{% if not inline %}
<p>{{ processor.description }}</p>
{% endif %}
{% if inline %}
<button class="property-badge tooltip-trigger" aria-controls="tooltip-processor-{{ dataset.key }}-{{ processor.type }}" aria-label="Post-processor details">?</button>
<p role="tooltip" id="tooltip-processor-{{ dataset.key }}-{{ processor.type }}">{{ processor.description }}</p>
{% endif %}
</header>

<input type="hidden" name="key" value="{{ dataset.key }}">
Expand Down

0 comments on commit 68db315

Please sign in to comment.