Skip to content
Snippets Groups Projects
Commit b2e29ebb authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2528242 by timmillwood: Add color-* classes to all rows on the status page

parent 92965c5b
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -25,10 +25,8 @@
</thead>
<tbody>
{% for requirement in requirements %}
{% if requirement.severity_status in ['warning', 'error'] %}
{% if requirement.severity_status %}
<tr class="system-status-report__entry color-{{ requirement.severity_status }}">
{% else %}
<tr class="system-status-report__entry">
{% endif %}
<td class="system-status-report__status-icon system-status-report__status-icon--{{ requirement.severity_status }}">
<div title="{{ requirement.severity_title }}">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment