Skip to content

Commit

Permalink
Removed text-right from th not necessary and its overridden anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
littlesvensson committed Jan 27, 2025
1 parent 62ad045 commit c232d55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dojo/templates/dojo/product.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ <h3 class="has-filters">
{% if system_settings.enable_github %}
<th class="text-center">GitHub</th>
{% endif %}
<th class="text-right">{% dojo_sort request 'Active (Verified) Findings' 'findings_count' %}</th>
<th class="text-right"> Vulnerable Hosts / Endpoints</th>
<th>{% dojo_sort request 'Active (Verified) Findings' 'findings_count' %}</th>
<th> Vulnerable Hosts / Endpoints</th>
<th> Contact</th>
{% comment %} The display field is translated in the function. No need to translate here as well{% endcomment %}
<th>{% dojo_sort request 'Product Type' 'prod_type__name' %}</th>
Expand Down

0 comments on commit c232d55

Please sign in to comment.